@media screen and (max-width: 1399.98px) {
  p {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .navbar-nav .nav-link {
    font-size: 0.8rem;
  }

  .hero-title {
    margin-bottom: 6rem;
  }

  .hero-title h1 {
    font-size: 2.45rem;
  }
  .inner-banner .hero-title h1 {line-height: .7;}
  .section-padding {
    padding: 90px 0;
  }

  .section-header h2 {
    font-size: 1.65rem;
  }
  .lead {
    font-size: 1.02rem !important;
    line-height: 1.65;
  }

  .footer-title {
    font-size: 2.35rem;
  }
}

@media screen and (max-width: 1199.98px) {
  .hero-section {
    height: 65vh;
  }

  .hero-title h1 {
    font-size: 1.55rem;
  }

  .lead {
    font-size: 1.05rem !important;
    line-height: 1.75;
  }
}

@media screen and (max-width: 991.98px) {
  .hero-section {
    height: 45vh;
  }

  .hero-title {
    margin-bottom: 4rem;
  }

  .hero-title h1 {
    font-size: 1.1rem;
  }

  .section-padding {
    padding: 80px 0;
  }

  .lead {
    font-size: 1.05rem !important;
    line-height: 1.75;
  }

  .service-image img {
    min-height: auto;
  }

  .footer-title {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767.98px) {
  .footer-title {
    font-size: 1.65rem;
  }

  .footer-subtitle {
    font-size: 1rem;
  }

  .footer-bottom,
  .footer-legal {
    text-align: center !important;
  }
  .legal-links {
    justify-content: center;
  }

  .footer-legal {
    margin-top: 1rem;
  }

  .legal-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .social-links {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 575.98px) {
  .section-description {
    line-height: 1.35;
  }
  .footer-title {
    font-size: 1.35rem;
    line-height: 1.5;
  }

  .footer-subtitle {
    font-size: 1rem;
    line-height: normal;
  }
}
