@media (max-width: 888px) {
    .col-lg-6 {
        width: 100%;
    }
    .form .flex-row {
        flex-direction: column;
    }
}