.home-form-inner {
    flex-wrap: wrap
}

.home-form-col {
    flex: 1 1 auto;
    width: 50%;
}

.home-form-col:last-child {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
}

.home-form-col:last-child .btn {
    display: inline-block !important;
    width: auto !important;
    margin-top: 15px;
}

.home-form-col + .home-form-col {
    border-left: none;
}