    /* RESPONSIVE */

    @media(max-width:991px){

      section{
        padding:90px 0;
      }

      .gallery-preview{
        margin-top:30px;
        height:400px;
      }

      .hero-content h1{
        line-height:1.2;
      }

    }
