/* ===========================================
   СЕКЦИЯ CTA (CONTACT-MASTER)
   =========================================== */

.contact-master {
    background-color: var(--color-section-bg);
    padding: 80px 0;
    color: var(--color-text-white);
    text-align: center;
}


.contact-master__subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 40px 0;
    opacity: 0.9;
}

.contact-master__action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-master__icon {
    width: 64px;
    height: 64px;
    fill: var(--color-text-white);
    opacity: 0.8;
}
