﻿.bx-page-header {
    padding: 88px 0 64px;
    background:
        linear-gradient(135deg, rgba(23, 103, 255, .12), rgba(255, 211, 50, .32)),
        #ffffff;
}

.bx-page-header h1 {
    max-width: 780px;
    color: var(--color-ink);
    font-size: 54px;
    font-weight: 700;
    line-height: 1.08;
}

.bx-page-header p:not(.subtitle) {
    max-width: 680px;
    margin-top: 18px;
    color: var(--color-text);
    font-size: 18px;
}

.bx-page-content {
    padding-top: 64px;
    background: #f7fbff;
}

.bx-text-content {
    max-width: 940px;
    padding: 42px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(7, 26, 77, .08);
}

.bx-text-content .i-lead {
    margin-bottom: 30px;
    color: var(--color-text);
    font-size: 18px;
    line-height: 1.75;
}

.bx-text-content h2 {
    margin: 34px 0 12px;
    color: var(--color-ink);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
}

.bx-text-content h2:first-of-type {
    margin-top: 0;
}

.bx-text-content p {
    color: var(--color-text);
    font-size: 17px;
    line-height: 1.82;
}

.bx-text-content a {
    color: var(--color-blue);
    font-weight: 700;
}

@media (max-width: 767px) {
    .bx-page-header {
        padding: 64px 0 44px;
    }

    .bx-page-header h1 {
        font-size: 38px;
    }

    .bx-text-content {
        padding: 26px;
    }

    .bx-text-content h2 {
        font-size: 22px;
    }
}

