@media (max-width:1400px) {

  h1 {
    font-size: 4.2rem;
  }

}


@media (max-width: 1200px) {
  h1 {
    font-size: 3.8rem;
  }

  h2 {
    font-size: 3.2rem;
  }
}





@media (max-width: 991px) {

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.8rem;
  }


  .section-7 img,
  .section-12 img {
    width: 550px;
  }

  .section-8 img,
  .section-9 img,
  .section-10 img {
    width: 320px;
  }

  .para p {
    font-size: 1.2rem;
  }

}

@media (max-width: 767px) {

  h2 {
    font-size: 2.4rem;
  }


  .bigPara {
    font-size: 1.8rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }

  .owl-prev span,
  .owl-next span {

    font-size: 36px;
    position: static !important;
    top: 30% !important;
  }

  .section-8 img,
  .section-9 img,
  .section-10 img {
    width: 280px;
  }

  footer img {
    width: 260px;
  }

  .para p {
    font-size: 1rem;
  }

}


@media (max-width : 576px) {

  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .bigPara {
    font-size: 1.6rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }

  p {
    font-size: 1.2rem;
  }

  .section-8 img,
  .section-9 img,
  .section-10 img {
    width: 220px;
  }

  footer img {
    width: 220px;
  }

}



@media (max-width: 467px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.9rem;
  }

}