@media only screen and (max-width: 900px) {
    div#main-menu {
        background: #222426;

    }
    .row.footer_tops {
        margin-left: 30px!important;
    }
    .formOjbect.contact {
        width:100%;
        margin: auto;
        box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 15px;
    }
    .home_left {
        display: none;
    }
    .home_right {
        display: none;
    }
    p.post-titlesols.is-large {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 130.5%;
        color: #000000;
    }
    h5.post-title.is-large {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 130.5%;
        color: #000000;
    }
    .box-text.text-center .is-divider {
        display: none;
    }
    .box.box-normal.box-text-bottom.box-blog-post.has-hover {
        width: 100%;
        display: inline-block;
        padding: 1px !important;
        height: 100% !important;
        border-radius: 15px !important;
        box-shadow: 0px 2px 16px rgb(0 0 0 / 10%) !important;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }

}
