/*  5-custom.css
    bbees
    Oakwood Framework v4.1.0
    Single-purpose helpers. Always win the cascade — important is fine here.
    Differs per client.
*/

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


