@media (max-width: 767px) {
    .navbar{
        background: #eef4e0;
    }
    .menuMobile{
        margin-left: 0;
        padding: 10px 15px;
    }
    .page-des {
        font-size: 13px;
        float: left;
        width: auto;
        color: #fff;
    }

    .titlePage {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }

}

/*==================================================*/
@media (max-width: 750px) {
    .menuMobile {
        margin-right: 0;
        padding-left: 15px;
    }
    .corner-images-left{
        display:none;
    }
    .corner-images-right {
        display: none;
    }
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .ads-pc {
        display:none;
    }
    .ads-mobile {
        display: block;
    }
    
}
@media (min-width:751px) and (max-width: 1199px) {    

    .corner-images-left {
        display: none;
    }

    .corner-images-right {
        display: none;
    }
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .ads-pc {
        display: block;
    }

    .ads-mobile {
        display: none;
    }
    
}
