.mobile-logo {
    height: 50px;
    line-height: 1.3;
}

.mobile-logo a {
    color: #212529;
    ;
}

#logo_mobile img {
    height: 38px;
    margin-bottom: 3px;

}

.topmenu_modile_butt {
    font-size: 30px;
    color: #fff;
}

@media (max-width: 991px) {
    h1 {
        font-size: 30px;
    }
    .topnav-wrapper {
        margin-top: 55px;
    }
    .home_top-slider {
        margin-top: 60px;
    }
    .sticky-top {
        position: fixed;
        top: 0;
        z-index: 1020;
        width: 100%;
    }
    .topmenu_row {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .dropwrap .drop {
        position: relative;
    }
    .topmenu-wrapper {
        display: none;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .gallery-item {
        width: 100%;
        flex: 1 1 100%;
    }
    .post-slider .post-slider-image {
        width: 100%;
        height: 300px;
    }
    /* .topmenu{
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding-top: 2px;
    padding-bottom: 2px;
  } */
    .news_item {
        flex-wrap: nowrap;
        justify-content: start;
    }
    .room_desc-wrapper a {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #page .order_form-wrapper {
        margin-top: 10px;
    }
    .top-menu-phone {
        display: none;
    }
    .top-menu-whatsap {
        margin-top: 14px;
        font-size: 16px;
        padding-bottom: 10px;
    }
    .home_text {
        max-height: 292px;
        overflow: hidden;
        /* position: relative; */
    }
    .home_text.open {
        max-height: 100%;
    }
    .home_text_more {
        display: block;
        margin: 18px auto;
        text-align: center;
    }
}
@media (max-width: 540px) {
 .news_item {
    flex-wrap: wrap;
        justify-content: center;
        /* flex-direction: column;
        align-items: center;
        text-align: center; */
 }
 .news_item> div{
flex: 1 1 80%;
 }
}