#depoimentos-section {
    padding-top: 11.12rem;
    max-width: 100rem;
    margin: 0 auto;
}

.titulo-depoimentos h1 {
    font: clamp(2rem, 2.08vw, 2.5rem) "Inter-ExtraBold", sans-serif;
    color: var(--amarelo);
    text-align: center;
    padding-bottom: 3.75rem;
}

.cards-depoimentos {
    display: flex;
    gap: 2.063rem;
}

.cardd {
    background-color: var(--branco);
    border-radius: 0.625rem;
    padding: 1.875rem 2.188rem;
    width: 23.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-cardd p {
    font: clamp(1rem, 1.04vw, 1.25rem) "Inter-Regular", sans-serif;
    color: var(--cinza);
}

.cliente-cardd h1 {
    font: clamp(1rem, 1.04vw, 1.25rem) "Inter-SemiBold", sans-serif;
    color: var(--amarelo);
    padding-top: 0.625rem;
    text-align: center;
}

.cliente-cardd h2 {
    font: clamp(1rem, 1.04vw, 1.25rem) "Inter-Regular", sans-serif;
    color: var(--amarelo);
    text-align: center;
}

.btn-depoimentos {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
}

.btn-depoimentos button {
    background-color: var(--cinza);
}