@media only screen and  (min-device-width: 375px) and (max-device-width: 991px){
    body{
      background: none;
      width: 100%;
    }
    nav ul{
      display: none;
    }
    .menu{
      display: flex;
      justify-content: space-around;
      margin-right: 50px;
   }
   .menu button img{
      background: #1A3124;
      width: 22px;
      margin: -15px;
   }
  .section-1{
    margin-bottom: 0px;
    margin-left: 3%;
  }
  .section-1 h1{
    font-size: 34px;
    text-align: start;
  }
  .home{
   height: 500px;
    margin-left: 0;
  }
  .aboutus-header-left    {

  }
 .content-box-round,.box-1 {
  display: block;
 }
 
.pakel{
     display: none;
}
footer{
  height: 775px;
  margin-top: 0px;
}
.footer-logo{
   margin:auto;
   padding-top: 20px;
 }

}
