body .cf7-cf-turnstile {
  height: 0;
}
body .wpcf7-spinner {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

.phase-free {
  padding-top: 60px;
}
.phase-free h2 {
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .phase-free h2 {
    font-size: inherit;
  }
}
.phase-free h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--c-main);
}
.phase-free h2 img {
  max-width: 120px;
}
.phase-free p {
  font-size: 12px;
}
.phase-free p a {
  color: var(--c-main);
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}