.ova-heading .line {
  display: inline-block;
  width: 56px;
  height: 2px;
  background: var(--primary);
}
.ova-heading .subtitle {
  margin: 10px 0 15px 0;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--primary);
  text-transform: uppercase;
}
.ova-heading .title {
  margin: 0;
  font-size: 45px;
  white-space: pre-line;
}
@media screen and (max-width: 1024px) {
  .ova-heading .title {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .ova-heading .title {
    font-size: 35px;
  }
}
.ova-heading .title a {
  color: var(--heading);
}
.ova-heading .desc {
  margin: 30px 0 0 0;
  white-space: pre-line;
}
@media screen and (max-width: 1024px) {
  .ova-heading .desc {
    white-space: normal;
  }
}
.ova-heading.template_2 .subtitle {
  margin: 0;
}