
@media (min-width: 992px) {
    .contact-info-section .title__right p,
    .contact-map-section .title__right p {
      font-size: 18px !important;
    }
}
.contact-info-section .title__right p,
.contact-map-section .title__right p {
    font-size: 16px;
    margin-bottom: 0;
}
html[dir="rtl"] .comma {
  display: none;
}

div[role="contentinfo"] div[role="alert"] {
  display: none;
}

.subscribe-form strong.error.form-item--error-message {
  display: none;
}

.subscribe-form .form-item--error-message .placeholder {
  display: none;
}

.our-space .book-tour-section .book-tour-content::before {
  background: url(../images/icons/star-down-01.svg) transparent no-repeat;
  background-size: cover;
}

input[data-drupal-selector="edit-reset"] {
  display: none;
}

div.messages__wrapper {
  display: none;
}

.webform-closed {
  display: none;
}

.default-image {
  aspect-ratio: 14/8;
}

.card.cardType-7 .card__image img.default-image {
  aspect-ratio: 6/9;
  object-fit: cover;
  @media (max-width: 767.98px) {
    aspect-ratio: 6/4;
    object-position: center;
  }
}