.js_recipient-switch {
    display: none !important;
}

.switch-show .js_recipient-switch {
    display: flex !important;
}

@media (max-width: 1300px) {
    .row.row1{
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 992px) {
    .row.row1 .col{
        padding-left: 0;
        padding-right: 0;
    }
}