
/*----------------------------------Fonts---------------------------------*/


h1 {
    line-height: 9vw;
 }



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

h1 {
   line-height: 10vw;
}

}
