.apropos-intro {
    max-width: 720px;
    margin: 0 auto 64px;
    padding: 0 24px;
    text-align: center;
}

.apropos-intro-title {
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #4a3f35;
    margin: 0 0 16px;
}

.apropos-intro-text {
    color: #6b6259;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

.apropos-chapters {
    display: flex;
    flex-direction: column;
    gap: 96px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 96px;
}

.apropos-chapter {
    display: flex;
    align-items: center;
    gap: 64px;
}

.apropos-chapter-image {
    flex: 0 0 42%;
}

.apropos-chapter-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px -20px rgba(74, 63, 53, 0.35);
}

.apropos-chapter-text {
    flex: 1;
}

.apropos-chapter-label {
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    font-size: 1.4rem;
    font-style: italic;
    margin: 0 0 4px;
}

.apropos-chapter-title {
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin: 0 0 24px;
    line-height: 1.15;
}

.apropos-chapter--orange .apropos-chapter-label,
.apropos-chapter--orange .apropos-chapter-title {
    color: #e2884f;
}

.apropos-chapter--blue .apropos-chapter-label,
.apropos-chapter--blue .apropos-chapter-title {
    color: #8fb6cb;
}

.apropos-chapter--pink .apropos-chapter-label,
.apropos-chapter--pink .apropos-chapter-title {
    color: #e0559c;
}

.apropos-chapter-text p {
    color: #6b6259;
    font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 20px;
}

.apropos-chapter-quote {
    font-style: italic;
}

.apropos-discover {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 96px;
    text-align: center;
}

.apropos-discover-title {
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    font-size: 1.8rem;
    font-style: italic;
    color: #4a3f35;
    margin: 0 0 32px;
}

.apropos-discover-icons {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.apropos-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background-color: #4a3f35;
    color: #ffffff;
}

.apropos-social-icon svg {
    width: 34px;
    height: 34px;
}

@media (max-width: 860px) {
    .apropos-chapter {
        flex-direction: column;
        gap: 32px;
    }

    .apropos-chapter-image {
        flex: 0 0 auto;
        width: 100%;
        order: 1;
    }

    .apropos-chapter-text {
        order: 2;
    }

    .apropos-chapter-title {
        font-size: 2.1rem;
    }
}
