
.get-quote {max-width: 100%;}
.get-quote h2 {display: none;}
.get-quote form > textarea {margin-bottom: 0;}
.get-quote .btn__primary {border-radius: 5px;}

@media only screen and (max-width: 767px) {
    .get-quote{padding: 1.5rem 1.25rem;}
}

@media only screen and (max-width: 575px) {
    .get-quote{padding: 0.5rem;}
}