.contacts_page .section_about {
    padding: 16px 20px 16px 20px;
}

.contacts_page .section_about .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 48px;
    margin-top: 48px;
}

@media (max-width: 767.98px) {
    .contacts_page .section_about .title {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 32px;
    }
}

.contacts_page .section_about .wrapper {
    position: relative;
}

@media (max-width: 767.98px) {
    .contacts_page .section_about .wrapper {
        margin-top: 224px;
    }
}

.contacts_page .section_about .wrapper .img-wrap {
    position: absolute;
    top: 50%;
    margin-top: -134px;
    margin-left: 32px;
}

@media (max-width: 767.98px) {
    .contacts_page .section_about .wrapper .img-wrap {
        top: 0;
        left: 50%;
        margin-left: -109px;
        margin-top: -230px;
    }
}

@media (max-width: 340px) {
    .contacts_page .section_about .wrapper .img-wrap {
        top: 0;
        left: 50%;
        margin-left: -109px;
        margin-top: -210px;
    }
}

.contacts_page .section_about .wrapper .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    padding: 44px 32px 32px 311px;
    background-color: #F3F7FB;

}

@media (max-width: 767.98px) {
    .contacts_page .section_about .wrapper .text {
        padding-left: 20px;
        padding-right: 20px;
    }
}
