.about-page-main {
    position: relative;
    z-index: 1;
    padding: 28px 0 72px;
}

.about-copy-shell {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.about-copy-shell h1,
.about-copy-shell h2 {
    margin: 0;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.about-copy-shell h1 {
    margin-bottom: 14px;
    max-width: 860px;
    font-size: clamp(1.56rem, 2.05vw, 1.94rem);
    line-height: 1.24;
}

.about-copy-shell > p,
.about-copy-list li,
.about-copy-block--closing p {
    margin: 0;
    color: rgba(255, 255, 255, 0.93);
    font-size: 0.9rem;
    line-height: 1.72;
}

.about-copy-shell > p + p {
    margin-top: 8px;
}

.about-copy-block {
    margin-top: 18px;
}

.about-copy-block h2 {
    margin-bottom: 12px;
    max-width: 860px;
    font-size: clamp(1.2rem, 1.45vw, 1.38rem);
    line-height: 1.32;
}

.about-copy-list {
    margin: 0;
    padding-left: 1.65rem;
    list-style: disc;
}

.about-copy-list li + li {
    margin-top: 14px;
}

.about-copy-list--spacious li + li {
    margin-top: 16px;
}

.about-copy-block--closing {
    margin-top: 22px;
}

.about-copy-block--closing p + p {
    margin-top: 8px;
}

@media (max-width: 991.98px) {
    .about-page-main {
        padding: 22px 0 56px;
    }

    .about-copy-shell h1 {
        max-width: 720px;
        font-size: clamp(1.38rem, 3.85vw, 1.72rem);
    }

    .about-copy-shell > p,
    .about-copy-list li,
    .about-copy-block--closing p {
        font-size: 0.86rem;
    }

    .about-copy-block h2 {
        max-width: 720px;
        font-size: 1.12rem;
    }
}

@media (max-width: 767.98px) {
    .about-page-main {
        padding: 18px 0 44px;
    }

    .about-copy-shell h1 {
        margin-bottom: 12px;
        max-width: 100%;
        font-size: clamp(1.18rem, 5.3vw, 1.42rem);
        line-height: 1.28;
    }

    .about-copy-shell > p,
    .about-copy-list li,
    .about-copy-block--closing p {
        font-size: 0.82rem;
        line-height: 1.66;
    }

    .about-copy-block {
        margin-top: 16px;
    }

    .about-copy-block h2 {
        margin-bottom: 10px;
        max-width: 100%;
        font-size: 1rem;
        line-height: 1.34;
    }

    .about-copy-list {
        padding-left: 1.35rem;
    }

    .about-copy-list li + li,
    .about-copy-list--spacious li + li {
        margin-top: 12px;
    }
}
