@media screen and (max-width: 992px) {
    .block_map
    {
        margin-top: 70px;
    }

    .xs_about_company .xs_block_2 {
        margin-top: 30px;
    }

    .xs_about_company h2
    {
        font-size: 35px !important;
        line-height: 120% !important;
        font-family: 'MuseoRegular' !important;
        font-weight: 500 !important;
    }
}

@media screen and (max-width: 768px)
{
    .xs_about_company .block_10_title h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .xs_about_company .block_10_title h2 br
    {
        display: none;
    }

    .xs_about_company h2 br{
        display: none;
    }
}


@media screen and (max-width: 576px) {
    .xs_about_company h2 {
        font-size: 26px !important;
        line-height: 120% !important;
        font-family: 'MuseoRegular' !important;
        font-weight: 500 !important;
    }
}


@media screen and (max-width: 400px) {
    .xs_about_company h2 {
        font-size: 22px !important;
        line-height: 120% !important;
        font-family: 'MuseoRegular' !important;
        font-weight: 500 !important;
    }
}

@media screen and (max-width: 360px)  {
    .xs_about_company .block_10_title h2 {
        font-size: 30px;
        line-height: 36px;
    }
}