.section-clients-contacts {
    padding: 40px 0 56px 0;
    background: url("../images/backgrounds/clients-contacts-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #FFF;
}

.clients-contacts__title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.clients-contacts__desc {
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (min-width: 1026px) {
    .clients-contacts__desc {
        padding-top: 85px;
    }
}

.contact-units {
    justify-content: space-between;
}

.contact-unit:not(:last-child) {
    margin-bottom: 32px;
}

.contact-unit__head {
    border-bottom: 2px solid var(--c13);
    padding: 0 0 16px 0;
    margin: 0 0 8px 0;
}

.contact-unit__text {
    line-height: 1.3;
}

.contact-unit__text-label {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 8px;
}

.contact-unit__text-value {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}