#benefits {

    padding: 4rem 0;
}

.benefit-card {
    background: var(--primary-color);
    border-radius: 1rem;
    color: white;
    text-align: center;
    padding: 2rem;
}

.benefit-card h3 {
    color: white;
    font-size: 1.4rem;
    margin-top: 1rem;
}

.benefit-card p {
    font-size: 0.95rem;
    opacity: 0.85;
}

.benefit-card svg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
