@media all and (max-width: 1100px) {
    .burger-menu {
        display: none;
    }
    .second-card__area {
        height: 350px;
    }
    .second-card__right {
        justify-content: center;
        align-items: center;
    }
    .inner2 {
        display: block;
    }

    /* MENU_PAGE */
    .discover {
        margin-top: 45px;
        margin-bottom: 50px;
    }
    .discover__left {
        width: 100%;
        margin-bottom: 15px;
    }

}