.wc_statusbar {display:none !important;}

@media (min-width: 1200px) {
    .container {
        width: 1440px;
    }
    

.benefit {
text-align:left !important;
margin-bottom:5px !important;
} 

.event-types {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }

        .event-card {
            background: #fff;
            padding: 40px 30px;
            border-left: 4px solid #8b4513;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }

        .event-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
        }

        .event-card h3 {
            color: #8b4513;
            margin-bottom: 20px;
        }

        .event-card p {
            color: #5a4a4a;
            line-height: 1.8;
        }  

            