.form-subtitle {
    width: 100%;
}

h5.form-subtitle {
    margin-top: 0;
}

.places-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.places-cont .input-group {
    width: calc(50% - 1rem);
    margin-bottom: 0.5rem;
}

.support-type-cont .input-group *, .places-cont .input-group * {
    margin-top: 0;
}


@media only screen and (max-width: 620px) {
    .support-type-cont {
        display: block;
    }

    .support-type-cont .input-group {
        width: 100%;
    }
}