:root {
  --primary-color-1:#754c24;
  --primary-color-1-rgb:67, 162, 220;
}

@media screen and (max-width: 767px) {
  
    .header-mobile.header-ligh{
    height: 110px !important;
   }
   #logo{
    height: 110px !important;
  }
}