

.faq_box_bg_lashres_form img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: auto;
}

.lashres_form .lp_content label {
  font-family: "Figtree";
  text-transform: uppercase;
  font-weight: 300;
  color: #0a44c7;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}

.lashres_form .leadform .form-submit {
  font-family: "Figtree";
  letter-spacing: 0.8px;
  border: 1px solid #0a44c7;
  border-radius: 2px;
  background-color: #0a44c7;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: none;
  padding: 12px 40px;
  display: block;
  width: 140px;
  color: #fff;
  font-weight: 500;
  margin: auto;
}

@media only screen and (max-width: 780px) {
  .faq_box_bg_lashres_form img {
    content: url("//browhaus.com/wp-content/uploads/2021/10/Form-mobile-bg-450-x-800px-1.jpg");
    width: 100%;

    position: absolute;
    z-index: 3;
  }
}
