.content-benefits {
    background: linear-gradient(135deg, #ffffff 0%, #f9faff 100%);
    padding: 80px 20px;
}

.content-benefits .container {
    max-width: 1000px;
    margin: 0 auto;
}

.content-benefits h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2a2c2f;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.3;
}

.benefits-content {
    display: grid;
    gap: 30px;
}

.benefits-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .content-benefits {
        padding: 60px 15px;
    }

    .content-benefits h2 {
        font-size: 1.8rem;
    }

    .benefits-content p {
        text-align: left;
        font-size: 0.95rem;
    }
}
