.about-page {
    padding: 34px 0 88px;
}

.about-page__breadcrumbs {
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.about-article {
    max-width: 1100px;
}

.about-article__header {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-border);
}

.about-article__header h1 {
    margin: 0;
    color: #10201c;
    font-size: clamp(40px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.about-article__body {
    max-width: 1040px;
    padding-top: 32px;
    color: #4f5c70;
    font-size: 17px;
    line-height: 1.75;
}

.about-article__body p {
    margin: 0 0 22px;
}

.about-article__body h2 {
    margin: 48px 0 18px;
    color: #10201c;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.about-article__body h2:first-of-type {
    margin-top: 42px;
}

.about-article__body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .about-page {
        padding: 24px 0 64px;
    }

    .about-page__breadcrumbs {
        margin-bottom: 30px;
    }

    .about-article__header h1 {
        font-size: clamp(36px, 10vw, 46px);
    }

    .about-article__body {
        padding-top: 26px;
        font-size: 16px;
        line-height: 1.7;
    }

    .about-article__body h2 {
        margin-top: 38px;
        font-size: 27px;
    }
}
