/* MEDIA QUERIES*/

@media only screen and (min-width: 992px) {
  .heading{
    font-size: 57px;
    line-height: 74px;
  }

  .text{
    font-size: 22px;
    line-height: 31px;
  }

  .site-banner .header{
    font-size: 52px;
    line-height: 54px;
  }
}
