@import url(../../css/reset.css);
@import url(../../css/variables.css);

.testimonial01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8rem;
    gap: 2rem;
    background-color: white;
}

.testimonial01__content {
    max-width: 40ch;
    text-align: center;
    font-size: 2rem;
    color: var(--ctr--font);
}

.testimonial01__name {
    max-width: 40ch;
    text-align: center;
    font-size: 1.3rem;
    color: var(--ctr--font);
}

.testimonial01__brand {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: var(--ctr--grey);
}