@media (max-width: 768px) {
  #hero-section {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  #hero-section .hero-swiper,
  #hero-section .swiper-wrapper,
  #hero-section .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
  }

  #hero-section .hero-swiper {
    overflow: hidden !important;
  }

  #hero-section .swiper-slide {
    flex: 0 0 100% !important;
    min-width: 100% !important;
  }

  #hero-section .swiper-slide > .bg-cover {
    height: 500px !important;
    min-height: 520px !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  #hero-section .hero-offer-heading {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
  }

  #hero-section .hero-offer-content {
    position: relative !important;
    inset: auto !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 32px 16px 116px !important;
    justify-content: flex-start !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  #hero-section .hero-offer-content .flex {
    width: 100% !important;
    padding-bottom: 0 !important;
  }

  #hero-section .hero-offer-content a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  #hero-section .hero-standard-content {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    inset: auto !important;
    margin: 0 !important;
    width: 100% !important;
    min-height: 340px !important;
    padding: 44px 16px 104px !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  #hero-section .hero-standard-content h1,
  #hero-section .hero-standard-content h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  #hero-section .hero-standard-content .content {
    margin-bottom: 28px !important;
  }

  .footer-location-item {
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
  }

  .footer-location-item:last-child {
    margin-bottom: 0 !important;
  }

  .footer-location-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }

  .footer-location-links {
    gap: 10px !important;
  }

  .footer-copyright {
    padding-bottom: 96px !important;
  }

  #tabs-section {
    height: auto !important;
    margin-bottom: 0 !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  #fixed-img-text-section {
    height: auto !important;
    margin-bottom: 0 !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  #faq-section h2 {
    padding-top: 64px !important;
  }

  #doctos-filtering-section .doctors-location-filters {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
  }

  #doctos-filtering-section .doctors-location-filter-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    width: 100% !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    text-align: center !important;
  }
}
