
@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 40px !important;
    line-height: 46px !important;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 560px) {

}

