/* Safety Bento Section - About Us Style */
.safety-bento-section {
    background: #fff;
    padding: 100px 0;
}

.safety-bento-section .section-header {
    margin-bottom: 50px;
}

/* Responsive */
@media (max-width: 768px) {
    .safety-bento-section {
        padding: 80px 0;
    }
}