@media (max-width: 768px) {
    .pillars-grid {
        grid-template-columns: 1fr !important;
    }
}