@media (max-width: 1199px) {
  .inner-hero h1 {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
.inner-hero {
    min-height: 440px;
    height: 44vh;
}

  .site-logo-nav {
    max-height: 48px;
    max-width: 140px;
  }

  .site-logo-footer {
    max-width: 200px;
  }

  .inner-hero .inner-breadcrumb {
    margin-top: 20px;
  }

  .inner-hero h1 {
    font-size: 36px;
  }

  .section-pad {
    padding: 70px 0;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .service-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-block img {
    width: 100%;
    height: 220px;
  }

  .service-block h3 {
    font-size: 28px;
  }

  .home-services-head h2 {
    font-size: 42px;
  }

  .home-services-head p {
    font-size: 18px;
    letter-spacing: 2.4px;
  }

  .home-service-media img,
  .service-feature-image img {
    height: 320px;
  }

  .home-service-body {
    margin-top: -36px;
    padding: 0 24px 28px;
  }

  .home-service-body h3 {
    font-size: 42px;
    letter-spacing: 2px;
  }

  .faq-side-card {
    position: static;
    top: auto;
  }
}

@media (max-width: 767px) {
  .inner-hero {
    min-height: 410px;
    height: 55vh;
  }

  .inner-hero .inner-breadcrumb {
    margin-top: 16px;
  }

  .inner-hero h1 {
    font-size: 30px;
  }

  .site-logo-nav {
    max-height: 42px;
    max-width: 120px;
  }

  .site-logo-footer {
    max-width: 180px;
    margin: 0 auto;
  }

  .hero-kicker {
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .inner-hero-content p {
    font-size: 15px;
  }

  .section-head h2 {
    font-size: 32px;
  }

  .about-story h2,
  .about-values h2,
  .about-process h2,
  .service-fit h2,
  .contact-card h2 {
    font-size: 28px;
  }

  .service-block {
    padding: 20px;
  }

  .service-block h3 {
    font-size: 24px;
  }

  .home-services-head h2 {
    font-size: 32px;
    letter-spacing: 2px;
  }

  .home-services-head p {
    font-size: 14px;
    letter-spacing: 1.8px;
  }

  .home-service-body,
  .service-feature-content {
    padding: 20px;
  }

  .home-service-body {
    margin-top: -30px;
    padding: 0 18px 22px;
  }

  .home-service-body h3 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }

  .home-service-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }

  .home-service-media img,
  .service-feature-image img {
    height: 250px;
  }

  .home-service-link {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 9px 18px;
  }

  .metric-box h3 {
    font-size: 34px;
  }

  .gallery-lightbox {
    padding: 18px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .enquiry-form {
    padding: 20px;
  }

  .inner-breadcrumb {
    padding: 10px 0;
  }

  .gallery-nav.prev {
    left: 10px;
  }

  .gallery-nav.next {
    right: 10px;
  }

  .contact-map iframe {
    height: 320px;
  }
}


@media (min-width: 1024px) and (max-width: 1366px) {
  .inner-hero {
    height: 42vh;
}
.contact-card h2 {
    font-size: 30px;
}
.service-fit h2 {
    font-size: 30px;
}

}
