.promo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  transform: rotate(-30deg);
  flex-shrink: 0;
}

.book-now-form + .view-promo {
  margin-top: -15px;
}

.promo-image {
  max-width: 100%;
}