/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 05 2025 | 07:27:50 */
@media (max-width: 768px) {
    .problems-grid {
        grid-template-columns: 1fr !important;
    }
    
    .problem-item {
        padding: 1.5rem !important;
    }
    
    .section-title {
        font-size: 2rem !important;
    }
}
