.contacts_page .section_text {
    padding: 50px 20px;
}

@media (max-width: 767.98px) {
    .contacts_page .section_text {
        padding: 24px 20px;
    }
}

.contacts_page .section_text .subheader {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.contacts_page .section_text ul {
    list-style-image: url(/assets/contacts/list_item.svg);
    padding-left: 20px;
}

.contacts_page .section_text ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.contacts_page .section_text .end_text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}