/* @media screen and (max-width: 1440px) {} */

/* @media screen and (max-width: 1366px) {} */

@media screen and (max-width: 1200px) {
 
}

/* @media screen and (max-width: 1024px) {} */

@media screen and (max-width: 992px) {
  .quote-section .quote-content h2,.intro1-section .intro1-headings h2 {
    font-size: 8vmin;
  }
  .about-section .about-content h1{
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .intro1-section .intro1-headings{
    width: 80%;
  }
}

@media screen and (max-width: 576px) {
  .intro1-section{
    padding: 24vw 0;
  }
}

@media screen and (max-width: 425px) {
  .intro1-section{
    padding: 30vw 0;
  }
  .quote-section .quote-content h2, .intro1-section .intro1-headings h2 {
    font-size: 11vmin;
}
}

@media screen and (max-width: 375px) {
  .intro1-section{
    padding: 40vw 0;
  }
}
@media screen and (max-width: 375px) {
  .intro1-section{
    padding: 45vw 0;
  }
}
