.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}


@media screen and (min-width:1400px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1400px) and (min-width:1300px) {
    html{
        font-size: 15px!important;
    }
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    html{
        font-size: 14px!important;
    }
}

@media screen and (max-width:1200px) and (min-width:1100px) {
    html{
        font-size: 13px!important;
    }
}

@media screen and (max-width:1100px) and (min-width:1000px) {
    html{
        font-size: 12px!important;
    }
}

@media screen and (max-width:1000px) and (min-width:992px) {
    html{
        font-size: 11px!important;
    }
}



@media screen and (max-width:992px) {
    .container{
        width: 100%;
        padding: 0 15px;
    }
    .item{
        width: calc(50% - 0.5rem);
        padding: 0.7rem;
        border-radius: 16px;
    }
    .item_image{
        border-radius: 8px;
        height: 7.9rem;
    }
    .item_title {
        font-size: 0.9rem;
        margin-top: 1rem;
    }
    .item_text {
        margin-top: 0.3rem;
        font-size: 0.7rem;
    }
}