.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: 1050px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1050px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}
@media (min-width: 992px) {
    .st_items{
        margin-top: -26rem;
    }
}
@media (max-width: 992px) {
    html {
        font-size: 11px !important;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
    }
    .policy br{
        display: none;
    }
    .porfolio_list {
        width: 100%;
        padding: 0;
    }
    .project-card{
        width: 100%;
    }
    .with50 .advantages-card{
        width: 100%;
    }
    .project-img {
        height: 18.563rem;
    }
    .main_project_card .project-img {
        height: auto;
    }
    .eq_users{
        display: none;
    }
}
