.cs-quote {
    padding: 80px 0;
    background-color: #fff;
}

.cs-quote__wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.cs-quote__icon {
    width: 64px;
    height: 64px;
    background-color: rgba(224, 87, 42, 0.1);
    color: #e0572a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-quote__content {
    font-family: var(--font-aeonik);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    color: #27272c;
    text-wrap: balance;
}

.cs-quote__content p {
    margin-bottom: 0;
}

.cs-quote__content cite {
    display: block;
    margin-top: 24px;
    font-family: var(--font-inter);
    font-size: 1rem;
    font-style: normal;
    color: #686873;
    font-weight: 500;
}

@media (max-width: 768px) {
    .cs-quote {
        padding: 60px 0;
    }

    .cs-quote__content {
        font-size: 1.5rem;
    }
}
