.h2b-bg {
    background: url("../../img/backgrounds/feature-bg15.jpg") center/cover no-repeat;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

@media (max-width: 480px) {

    .card-split-right li::before {
        top: 13px;
    }

    .corp-wrap {
        margin-bottom: 0 !important;
    }

    .overview-content { padding-top:0; }
    .section-overview { margin-bottom:50px; }
    .partner-section { margin-bottom:50px; }
    .container-bg, .requirement-container { padding:50px 0 !important; }
    .section-spacing { margin-top:50px !important; }
    .bottom-padding-xl { padding-bottom:50px !important; }
    .no-margin-bottom { margin-bottom:0 !important; }
}