.about-page-main {
    position: relative;
    z-index: 1;
    padding: 18px 0 72px;
}

.about-copy-shell {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: #ffffff;
    font-family: "Poppins", "Inter", "Segoe UI", Arial, sans-serif;
}

.about-copy-shell h1,
.about-copy-shell h2 {
    margin: 0;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0;
    text-wrap: balance;
}

.about-copy-shell h1 {
    margin-bottom: 34px;
    max-width: 1120px;
    font-size: clamp(1.72rem, 2.25vw, 2.2rem);
    line-height: 1.28;
}

.about-copy-shell > p,
.about-copy-list li,
.about-reason-list li,
.about-copy-block--closing p {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.06rem, 1.22vw, 1.28rem);
    font-weight: 600;
    line-height: 1.62;
}

.about-copy-shell > p + p {
    margin-top: 26px;
}

.about-copy-block {
    margin-top: 34px;
}

.about-copy-block h2 {
    margin-bottom: 28px;
    max-width: 1120px;
    font-size: clamp(1.42rem, 1.8vw, 1.86rem);
    line-height: 1.34;
}

.about-copy-list {
    margin: 26px 0 0;
    padding-left: 0;
    list-style: disc;
}

.about-copy-list--criteria {
    display: grid;
    gap: 12px;
    list-style: none;
}

.about-copy-list li + li {
    margin-top: 0;
}

.about-reason-list {
    display: grid;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: about-reason;
}

.about-reason-list li {
    counter-increment: about-reason;
}

.about-reason-list li::before {
    content: counter(about-reason) ". ";
    font-weight: 800;
}

.about-reason-list strong {
    color: #ffffff;
    font-weight: 800;
}

.about-reason-list span {
    color: #ffffff;
}

.about-copy-block--closing {
    margin-top: 42px;
}

.about-copy-block--closing p + p {
    margin-top: 26px;
}

@media (max-width: 991.98px) {
    .about-page-main {
        padding: 22px 0 56px;
    }

    .about-copy-shell h1 {
        max-width: 720px;
        font-size: clamp(1.46rem, 3.85vw, 1.86rem);
    }

    .about-copy-shell > p,
    .about-copy-list li,
    .about-reason-list li,
    .about-copy-block--closing p {
        font-size: 1rem;
    }

    .about-copy-block h2 {
        max-width: 720px;
        font-size: 1.3rem;
    }
}

@media (max-width: 767.98px) {
    .about-page-main {
        padding: 18px 0 44px;
    }

    .about-copy-shell h1 {
        margin-bottom: 24px;
        max-width: 100%;
        font-size: clamp(1.28rem, 5.3vw, 1.56rem);
        line-height: 1.28;
    }

    .about-copy-shell > p,
    .about-copy-list li,
    .about-reason-list li,
    .about-copy-block--closing p {
        font-size: 0.96rem;
        line-height: 1.68;
    }

    .about-copy-block {
        margin-top: 28px;
    }

    .about-copy-block h2 {
        margin-bottom: 20px;
        max-width: 100%;
        font-size: 1.14rem;
        line-height: 1.34;
    }

    .about-reason-list {
        gap: 22px;
    }
}
