.contact-form {
    background-image: url(../img/contact-form-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
}

.contact-form-bottom {
    height: 230px !important;
}

.contact-form-bottom .fp-overflow {
    overflow: hidden !important;
}

@media (min-width: 768px) {
    .contact-form-bottom {
        margin-top: -110px;
    }
}