.btnForm-v2{
  width: 350px;
  height: 62px;
  line-height: 62px;
  background: #D2406B;
  border-radius: 31px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(29px + 1em);
  text-align: center;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 2.5px;
  text-decoration: none;
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: .5s;
  cursor: pointer;
}
.btnForm-v2:hover{
  opacity: .5;
}
.btnForm-v2 input{
  cursor: pointer;
}
.btnForm-v2 .wpcf7-submit{
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent;
}
.btnForm-v2 .wpcf7-submit,
.boxBack-v2 .wpcf7-previous{
    background: none;
    border: none;
    font-size: 15px;
    letter-spacing: 2.5px;
    text-decoration: none;
    text-align: center;
    line-height: 1;
}
.btnForm-v2 .wpcf7-spinner{
  position: absolute;
  right: -50px;
}
.boxBack-v2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 350px;
  height: 62px;
  line-height: 62px;
  border-radius: 31px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(29px + 1em);
  text-align: center;
  color: #484439;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  border: 1px solid #C0BEBB;
}
@media only screen and (max-width: 767px) {
    .btnForm-v2,
    .boxBack-v2{
        width: 200px;
        height: 48px;
        border-radius: 24px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .btnForm-v2 .wpcf7-submit,
    .boxBack-v2 .wpcf7-previous{
      font-size: 13px;
      letter-spacing: 0;
    }
}

