/* contacts */
.contacts_section {
    border-radius: 16px;
    padding: 60px 40px 250px;
    background: #A71723 url("../img/img-contacts.png") no-repeat 50% 100%;
    margin-bottom: 40px;
}
.contacts_section .contacts_text-box {
    max-width: 530px;
    text-align: center;
    color: #fff;
    margin:0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts_section .contacts_title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    display: block;
}
.contacts_section .contacts_sub-title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    display: block;
    max-width: 350px;
}