.about {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6vh 1.56vw 12vh;
    box-sizing: border-box;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: min(1000px, 92vw);
    gap: 3.7vh;
}

.about-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.93vh;
    text-align: center;
}

.about-kicker {
    font-size: clamp(1rem, 1.67vw, 32px);
    font-weight: 300;
    color: var(--text-color);
}

.about-rule {
    width: min(250px, 13vw);
    height: 2px;
    background-color: var(--text-color);
}

.about-title {
    font-size: clamp(2.5rem, 6.7vw, 128px);
    font-weight: 600;
    line-height: 1;
    color: var(--text-color);
    letter-spacing: 0.02em;
}

.about-text {
    max-width: min(1000px, 92vw);
    font-size: clamp(1rem, 1.875vw, 36px);
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
    color: var(--text-color);
}

.about-text p + p {
    margin-top: 1.25em;
}

.about-text strong {
    font-weight: 600;
}
