@media (min-width: 1200px) {
  body .container {
    max-width: 1230px;
  }
}
body .main {
  overflow: hidden;
}
body .main .full-form {
  background: #ffffff url("../../img/webp/hand-shake.webp") no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 120px 0;
}
body .main .full-form:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
body .main .full-form .content {
  position: relative;
  z-index: 2;
  width: 100%;
}
body .main .full-form .content .get-quote p {
  margin: 0 !important;
  display: flex;
}
body .main .full-form .content .get-quote p iframe.mobile {
  display: none!important;
}
body .main .full-form .content .get-quote p br {
  display: none;
}
body .btn_bottom {
  display: none;
}
@media (max-width: 576px) {
  body .main .full-form .content .get-quote p iframe.desktop {
    display: none!important;
  }
  body .main .full-form .content .get-quote p iframe.mobile {
    display: block!important;
  }
}

/*# sourceMappingURL=style_get_a_quote.css.map */
