.contact-title {
    font-size: 24px;
}
.help-div {
    padding: 7px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.help-form {
    border: solid 1px #FFF !important;
    box-shadow: 0 1px 3px 0 #AAA;
    background-color: white !important;
    color: black !important;
}
@media (max-width: 991px) {
    .xs-x-padding {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}