/*  5-custom.css
    Oakwood Framework v4.0.0
    Single-purpose helpers. Always win the cascade — important is fine here.
    eg: .mt-4 .hidden .text-center .sr-only
*/

@media (max-width: 1024px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
}

