body{
    font-family: 'Mulish', sans-serif;
    position: relative;
   
  
}
.bg-yellow{
    background-color:  #fffbe0;;
}
.logo{
    width: 348px;
    margin-top: 35px;
}
.header_text{
    font-size: 24px;
    letter-spacing: 8px;
    color: #786a4b;
    text-align: center;
    background: #c6e52038;
}
.header_text img{
    bottom: -4px;
    right: 0px;
    padding: 0;
    opacity: 0.9;
}
.header_img{
    position: absolute;
    right: 1px;
}
.menu_title{
    font-size: 20px;
    letter-spacing: 2px;
    color: #8d7543;
    background: #c6e52038;
}
.menu_item{
    font-size: 8px;
    letter-spacing: 2.4px;
    color: #786a4b;
}
@media only screen and (max-width: 481px) {
    .container-section {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .menu_title{
        font-size: 10px !important;
    }
    .menu_item{
        font-size: 8px !important;
    }
    .logo{
        width: 259px;
    }
    .menu_title{
        left: 8px;
    }
    
    .header_text{
        font-size: 17px;
    }
    .pl-xl {
        padding-left: 30px !important;
    }
  
}
@media only screen and (min-width: 500px){
    .header_text img{
        bottom: 1px;
        height: 155px;
        object-fit: cover;
    }
   
}
@media only screen and (min-width: 955px){
    .header_img {
        height: 300px;
    }
   
}
