.contact-page-hero {
    isolation: isolate;
    overflow: hidden;
}

.contact-page-hero::before {
    z-index: -1;
}

.contact-page-methods {
    position: relative;
    z-index: 2;
    padding-top: clamp(34px, 5vw, 68px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-response {
    background: #f7f9fc;
}

.contact-response-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: clamp(48px, 8vw, 112px);
    align-items: start;
    margin-bottom: clamp(50px, 7vw, 76px);
}

.contact-response-head h2 {
    margin: 0;
    font-size: clamp(44px, 5.5vw, 76px);
    line-height: 1.03;
    letter-spacing: -.05em;
}

.contact-response-head h2 em {
    color: #075ccf;
    font-style: normal;
}

.contact-response-head > p {
    margin: 10px 0 0;
    color: #647184;
    font-size: 17px;
    line-height: 1.8;
}

.contact-response-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.contact-response-grid article {
    min-height: 270px;
    padding: 36px 34px;
}

.contact-response-grid article + article {
    border-left: 1px solid var(--line);
}

.contact-response-grid span {
    color: #075ccf;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
}

.contact-response-grid h3 {
    margin: 34px 0 16px;
    font-size: 22px;
    letter-spacing: -.02em;
}

.contact-response-grid p {
    margin: 0;
    color: #68778a;
    line-height: 1.72;
}

@media (max-width: 800px) {
    .contact-page-methods {
        padding-top: 28px;
    }

    .contact-response-head,
    .contact-response-grid {
        grid-template-columns: 1fr;
    }

    .contact-response-head h2 br {
        display: none;
    }

    .contact-response-grid article {
        min-height: 0;
        padding: 30px 0;
    }

    .contact-response-grid article + article {
        border-left: 0;
        border-top: 1px solid var(--line);
    }
}
