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

.mentions-sections {
    display: flex;
    flex-direction: column;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px 96px;
}

.mentions-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
}

.mentions-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mentions-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.mentions-icon svg {
    width: 100%;
    height: 100%;
}

.mentions-icon--pink {
    color: #e0559c;
}

.mentions-icon--blue {
    color: #8fb6cb;
}

.mentions-icon--grey {
    color: #a9b4b8;
}

.mentions-heading {
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0;
}

.mentions-heading--pink {
    color: #e0559c;
}

.mentions-heading--blue {
    color: #8fb6cb;
}

.mentions-heading--grey {
    color: #a9b4b8;
}

.mentions-content {
    padding-left: 44px;
}

.mentions-content p {
    color: #6b6259;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 10px;
}

.mentions-content p:last-child {
    margin-bottom: 0;
}

.mentions-content strong {
    color: #4a3f35;
    font-weight: 600;
}

.mentions-italic {
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 1.2rem;
}

.mentions-divider {
    border: none;
    border-top: 1px solid #e4ddd4;
    margin: 0;
}

@media (max-width: 600px) {
    .mentions-title {
        font-size: 2rem;
    }

    .mentions-content {
        padding-left: 0;
    }
}
