.plasma_form_2023_recaptcha a {
  color: #fff;
}

.faq_box_bg_plasma_form_2023 img {
  content: url("../img/form/plasmalift-bg.jpg");
  width: 100%;
  max-width: 100%;
  
  z-index: 3;
}

@media only screen and (max-width: 1540px) {
  .faq_box_bg_plasma_form_2023 img {
    content: url("../img/form/plasmalift-bg.jpg");
    width: 1540px;
    max-width: 100%;
    
    z-index: 3;
  }
}

@media only screen and (max-width: 1430px) {
  .faq_box_bg_plasma_form_2023 img {
    content: url("../img/form/plasmalift-bg.jpg");
    width: 1430px;
    max-width: 100%;

    z-index: 3;
  }
}


.faq_box_bg_plasma_form_responsive_2023 {
  display: none;
}

.faq_box_bg_plasma_form_2023 {
  display: block;
}

@media only screen and (max-width: 780px) {
  .faq_box_bg_plasma_form_2023 img {
    content: url("../img/form/plasmalift-bg.jpg");
    height: 100%;
    object-fit: cover;

    position: absolute;
    z-index: 3;
  }
}


@media only screen and (max-width: 500px) {
  .faq_box_bg_plasma_form_2023 img {
    content: url("../img/form/plasmalift-bg.jpg");
    height: 100%;
    object-fit: cover;

    position: absolute;
    z-index: 3;
  }
}
