.booking-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin-top: 19px;
}

.booking-contacts a {
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
  opacity: .86;
  text-underline-offset: 4px;
}

.booking-contacts a:hover,
.booking-contacts a:focus {
  opacity: 1;
}

@media (max-width: 760px) {
  .enquire {
    height: 660px;
  }

  .booking-contacts {
    flex-direction: column;
    gap: 8px;
  }
}
