.beneficios-white-custom-section {
    background: #fff;
    padding: 48px 0;
} 
@media (max-width: 768px) {
.beneficios-white-custom-section {
    background: #fff;
    padding: 0px 0;
} 
}
.beneficios-custom-header {
    color: #0f1a20;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 48px;
    text-align: center;
}
.beneficios-custom-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 1200px;
}
.beneficio-custom-card {
    align-items: flex-start;
    background: #e9eced;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 32px 20px;
    transition: box-shadow 0.2s;
}
.beneficio-custom-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.beneficio-custom-icon img {
    height: 40px;
    object-fit: contain;
    width: 40px;
}
.beneficio-custom-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 8px;
}
.beneficio-custom-text,
.beneficio-custom-title {
    color: #0f1a20;
    font-style: normal;
    text-align: left !important;
}
.beneficio-custom-text {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 1024px) {
    .beneficios-custom-grid {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .beneficios-custom-header {
        color: #0f1a20;
                margin-bottom: 15px;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
    }
    .beneficios-custom-grid {
        gap: 12px;
        grid-template-columns: 1fr;
    }
    .beneficio-custom-card {
        padding: 28px 14px;
    }
    .beneficio-custom-icon {
        margin-bottom: 8px;
    }
    .beneficio-custom-icon img {
        height: 32px;
        width: 32px;
    }
    .beneficio-custom-title {
        font-size: 20px;
        line-height: 32px;
    }
    .beneficio-custom-text {
        font-size: 16px;
    }
}
