.content-help { background-image: url(/assets/help/bg-help.svg); background-repeat: no-repeat; background-size: cover; height: 50vh; padding-right: 5vw; }

.content-help h3 { margin-top: 10vh; font-size: 3em; }

.form-help { min-height: 50vh; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); margin-top: -15vh; background-color: white; border-radius: 5px; padding: 50px; margin-bottom: 10vh; }

.form-help ::placeholder { color: #089049; font-weight: bold; }

.form-help .form-control:focus { outline: none !important; border: 1px solid #089049; box-shadow: 0 0 10px #089049; }

.btn-help { background-color: #089049; min-width: 10vw; margin-top: 2vh; color: white; text-transform: uppercase; font-weight: bold; }

.btn-help:hover { background-color: white; border: 2px solid #089049; color: #089049; }

.call-us { margin-bottom: 10vh; color: #089049; }

.call-us h2 { font-size: 3rem; margin-bottom: 5vh; }

.call-us a { color: #089049; font-size: 2em; }

.btn-benat-help { text-align: center; }

@media only screen and (max-width: 768px) { .content-help h3 { font-size: 2.3rem; text-align: right; margin-top: 15vh; margin-right: 5vw; } .form-help { max-width: 90vw; } .call-us h2 { font-size: 2rem; } .call-us a { font-size: 1rem; text-align: center; } }

/*# sourceMappingURL=help.css.map */