/* Why Jetz Bento Section - About Us Style */
.why-jetz-bento-section {
    background: #fff;
    padding: 100px 0;
}

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

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