.hero-form{
    bottom: -120px;
    /* box-shadow: 5px 5px 15px -5px #7c8a97; */
    width: 100%;
    z-index: 1;
    position: absolute;
}
@media (max-width: 767px){
.hero-form {
    bottom: -200px;
}}

.get-a-quote-title{
    padding: 20px 0;
    color: white;
}

.hero-form-wrapper{
    box-shadow: 5px 5px 15px -5px #7c8a97;
    background-color: white;
}