@media screen and (max-width: 960px) {
    #HowWeWork .mt-30 {
        margin-top: 0px !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1280px;
    }
    .modal-content {
        background-color: transparent !important;
        border: none !important;
    }
    .modal-dialog .modal-header  {
        border-bottom: none !important;
    }
    
    .modal-dialog .modal-body  {
    }
}
.video-btn {
    color: #fff !important;
}