

/* Section heading styles with zps- prefix */
.zps-heading {
    text-align: center;
    margin: 40px 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .zps-heading {
        font-size: 2rem;
        margin: 30px 0;
    }
}

@media (max-width: 480px) {
    .zps-heading {
        font-size: 1.75rem;
    }
}