.bgFood{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #ffffff;
}
.brand-letter{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22pt;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #F1F0EF;
    padding: 16px 16px;
    margin-top: -0.01px;
    z-index: 1000;
  }
  .logo-social{
      width: 72px;
      display: inline-block;
      margin-left: 16px;
  }
  .logo-social img{
    width: 72px;
}

@media screen and (max-width: 1960px ){
    .logos-panel{
        width: 150px;
        display: inline-block;
    }
    .mt-1{
        margin-top: 25px;
    }
    .o2o3{
        width: 55px;
        height: 60px;
    }
}

@media screen and (max-width: 768px){
    .bgFood{
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #ffffff;
    }
    .logos-panel{
        width: 86px;
        display: inline-block;
     }
     
     .mt-1{
         margin-top: 15px;
     }
     .o2o3{
        width: 55px;
        height: 60px;
    }

}