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

    .menu-logo img {
        max-height: 40px;
        margin-left:8px;
      }
  
  .s1-d1 h1,h2{
    font-size:200%;
    font-weight: 700 !important;
   
  }

  #header .size-s1{
    font-size: 2.9vw ;
  }


   p{
       font-size: 3vw;
   }


   .h1{
    font-size:4.5vw;
    margin: 7% 0;
   }


   .img-iso img{
       width: 150%;
   }



}


@media only screen and (min-width:750px) and (max-width:1050px ){


  
  .s1-d1 h1,h2{
    font-size:200%;
    font-weight: 700 !important;
   
  }

  


   p ~footer{
       font-size: 3vw;
   }


   .h1{
    font-size:4.5vw;
    margin: 7% 0;
   }


   .img-iso img{
       width: 150%;
   }


  

}