#vantagens-section {
    background-color: var(--cinza);
    margin-top: 9.688rem;
}

.vantagens-section {
    max-width: 108.56rem;
    margin: 0 auto;
}

.titulo-vantagens h1 {
    max-width: 94.43rem;
    margin: 0 auto;
    font: clamp(2rem, 2.5vw, 3rem) "Inter-Black", sans-serif;
    color: var(--amarelo);
    text-align: center;
    padding-top: 4.438rem;
    padding-bottom: 3.75rem;
}

.cards-vantagens {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.cardv {
    max-width: clamp(30rem, 29vw, 34.81rem);
    border-radius: 0.625rem;
    background-color: var(--branco);
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.img-cardv img {
    border-radius: 0.625rem;
    max-width: clamp(30rem, 29vw, 34.81rem);
}

.text-cardv {
    display: flex;
    flex-direction: column;
    gap: 0.813rem;
    padding: 2.375rem 3.25rem 3.3rem 3.25rem;
}

.text-cardv h1 {
    font: clamp(1.9rem, 1.823vw, 2.188rem) "Inter-ExtraBold", sans-serif;
    color: var(--amarelo);
}

.text-cardv p {
    font: clamp(1rem, 0.937vw, 1.125rem) "Inter-Medium", sans-serif;
    color: var(--cinza);
}

.btn-vantagens {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}