/* Aplica margem temporária nos cards de benefícios */
.temp-margin {
    margin: 0 25px !important;
}

@media screen and (max-width: 992px) {
    .temp-margin {
        margin: 0 !important;
    }
}