@media all and (min-width: 320px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  h2,
  .h2 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  h3,
  .h3 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  h4,
  .h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  h5,
  .h5 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .featured-img {
    height: 130px;
  }
  .about-img {
    height: 380px;
  }
  .about-content {
    height: auto;
  }
  .achievement-img {
    height: 400px;
  }
  .process-img {
    height: 400px;
  }
  .process-img img {
    width: 100%;
    height: 100%;
  }
  .process-card {
    -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  }
  .project-overview-img {
    height: 380px;
  }
  .achivement-description {
    height: auto;
  }
  .hero-img {
    height: 320px;
  }
  .hero-img figcaption {
    bottom: 1rem;
  }
  .hero-img figcaption h1 {
    font-size: 1.6rem;
  }
  .case-study-card {
    -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  h2,
  .h2 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  h3,
  .h3 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  h4,
  .h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  h5,
  .h5 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .featured-img {
    height: 170px;
  }
  .service .service-card {
    width: 336px;
  }
  .achievement-img {
    height: 330px;
  }
  .achivement-description {
    height: auto;
  }
  .hero-img {
    height: 430px;
  }
  .hero-img figcaption {
    bottom: 1rem;
  }
  .hero-img figcaption h1 {
    font-size: 1.6rem;
  }
  .process-img {
    height: 400px;
  }
  .process-img img {
    width: 100%;
    height: 100%;
  }
  .project-overview-img {
    height: 430px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .featured-img {
    height: 250px;
  }
  .hero-img {
    height: 570px;
  }
}
@media all and (min-width: 1200px) {
  .featured-img {
    height: 288px;
  }
}/*# sourceMappingURL=responsive.css.map */