
/* PC*/
@media screen and (min-width: 1024px){
    .header_responsive-bars{
        display: none;
    }
}
/* Tablet*/ 
@media screen and (min-width: 768px) and (max-width: 1023px){
    .nav-right{
        display: none;
    }
    .dishes-item{
        border-right: unset;
    }
    .content_about-item {
       top: unset;
    }
    .content-mb-tablet{
        margin-top: 355px!important;
    }
    .slider_text h1 {
        font-size: 3.6rem;
    }
    .slider_text h2 {
        font-size: 2.6rem;
    }
    .slider_text {
        top: 45%;
        left: 10%;
    }
    .nav-outside{
        display: none;
    }
    .nav-logo img {
        width: 100px;
        max-width: unset;
    }
    .nav-logo{
        margin-left: 20px;
    }
}
/* Mobile */
@media screen and (max-width: 767px){
    .nav-right{
        display: none;
    }
    .dishes-item{
        border-right: unset;
    }
    .content_about-item {
        padding: 40px 50px;
    }
    .content_about-item {
        top: unset;
     }
     .content-mb-tablet{
        margin-top: 355px!important;
    }
    .slider_text h2 {
        font-size: 2rem;
    }
    .slider_text {
        top: 45%;
        left: 10%;
    }
    .slider_text h1 {
        font-size: 3rem;
    }
    .nav-logo img {
        width: 100px;
        max-width: unset;
    }
    .nav-outside{
        display: none;
    }
    .header_responsive-bars{
        margin-right: 20px;
    }
    .nav-logo{
        margin-left: 20px;
    }
}