
@media screen and (max-width: 991px) {

  .featured-properties-section .cms-properties-wrapper,
  .featured-properties-section .w-dyn-items,
  .featured-properties-section .property-item,
  .featured-properties-section .property-item-wrapper,
  .featured-properties-section .property-item-img-wrapper,
  .featured-properties-section .property-item-img-container,
  .featured-properties-section .property-item-main-img,
  .featured-properties-section .property-item-content,
  .featured-properties-section .property-item-infos-wrapper,
  .featured-properties-section .property-item-title-container,
  .featured-properties-section .property-item-title-container h3 {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .featured-properties-section .property-item,
  .featured-properties-section .property-item-wrapper {
    transform: none !important;
  }

  .featured-properties-section .w-dyn-empty {
    display: none !important;
  }


  .property-cms-hero-section,
  .property-cms-hero-top-wrapper,
  .property-cms-hero-img-container,
  .property-cms-img-hero,
  .property-cms-infos-section,
  .property-cms-infos-wrapper,
  .property-cms-description-wrapper,
  .property-cms-description-container,
  .property-cms-description-container .big-text-style,
  .property-cms-details-wrapper,
  .property-cms-about-container,
  .property-cms-detail-item,
  .property-cms-about-text-style,
  .image-gallery-style,
  .amenities-grid,
  .amenity-cms-item,
  .amenity-text-style,
  .related-property-item,
  .related-property-item-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .property-cms-description-wrapper,
  .property-cms-description-container,
  .property-cms-details-wrapper,
  .property-cms-about-container,
  .property-cms-detail-item,
  .property-cms-about-text-style,
  .amenities-grid,
  .amenity-cms-item {
    transform: none !important;
  }

  .property-cms-infos-section .w-dyn-empty,
  .property-cms-hero-section .w-dyn-empty,
  .property-cms-related-properties-section .w-dyn-empty {
    display: none !important;
  }

  .property-cms-hero-section h1 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}


@media screen and (max-width: 767px) {

  .featured-properties-section .cms-properties-wrapper .w-dyn-items {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 2rem !important;
  }

  .featured-properties-section .property-item {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .featured-properties-section .property-item-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .featured-properties-section .property-item-img-wrapper,
  .featured-properties-section .property-item-img-container {
    width: 100% !important;
  }

  .featured-properties-section .property-item-main-img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }

  .featured-properties-section .property-item-content {
    width: 100% !important;
  }

  .featured-properties-section .property-item-title-container h3 {
    max-width: 100% !important;
    white-space: normal !important;
  }


  .property-cms-hero-section {
    overflow: visible !important;
  }

  .property-cms-hero-top-wrapper,
  .property-cms-hero-img-container,
  .property-cms-infos-wrapper,
  .property-cms-description-wrapper,
  .property-cms-details-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .property-cms-hero-section h1 {
    max-width: 94vw !important;
    font-size: clamp(2.2rem, 10vw, 4rem) !important;
    line-height: 0.98 !important;
  }

  .property-cms-img-hero {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .property-cms-description-container {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .property-cms-description-container .big-text-style {
    height: auto !important;
    overflow: visible !important;
  }

  .property-cms-about-container {
    height: auto !important;
    overflow: visible !important;
  }

  .property-cms-detail-item {
    width: 100% !important;
    height: auto !important;
  }

  .image-gallery-style {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .amenities-grid {
    height: auto !important;
    overflow: visible !important;
  }

  .amenity-cms-item {
    height: auto !important;
  }
}
