
.beneficios h2 {
    margin-bottom: 1.5em;
    font-family: "montserrat", sans-serif;
    font-weight: 500;
}

.success-cases h2 {
    padding-top: 2rem;
}

.beneficios h3 {
    font-size: 40px;
    font-family: "montserrat", sans-serif;
    font-weight: 500;
}

.beneficios .gradient {
    text-transform: capitalize;
}

.beneficios {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 4em auto;
    text-align: center;
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.beneficios-little-hex {
    width: 38px;
    position: absolute;
    left: 88%;
    top: 20%;
    z-index: -1;
}

.plat-arg {
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .beneficios h2 {
        margin-bottom: 0.5em;
        line-height: 1.5;
        font-size: 36px;
    }

    .beneficios h3 {
        font-size: 32px;
    }

    .plat-arg {
        white-space: nowrap;
    }
}

@media screen and (max-width: 430px) {
    .beneficios h2 {
        font-size: 30px;
    }

    .beneficios h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 360px) {
    .beneficios h2 {
        font-size: 26px;
    }

    .beneficios h3 {
        font-size: 24px;
    }
}