@media (min-width: 768px) {

    .d-flex-space-between {
        display: flex !important;
        place-content: space-between !important;
    }
    .d-flex-space-between .col-md-6 {
        width: 45% !important;
    }

    .w45 {
        width: 45% !important;
    }
}