/*инфо*/
.contacts-notification {
    margin-bottom: 80px !important;
    padding: 32px 0px 32px 40px;
    gap: 10px;
    background: rgba(240, 241, 245, 0.8);
}
.contacts-notification__container {
    width: 57%;
}
.contacts-notification__title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
}
.contacts-notification__description p {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.contacts-notification__description a {
    color: var(--orange-color);
}

@media screen and (max-width: 1023px) {
    .contacts-notification {
        margin-bottom: 40px !important;
        padding: 32px 32px 16px;
    }
    .contacts-notification__container {
        width: 100%;
    }
    .contacts-notification__description p {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }
}