.ova-title .sub-title {
  margin: 0;
  margin-bottom: 13px;
  color: var(--secondary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
}
.ova-title .title {
  display: inline-block;
  margin: 0 0 15px 0;
  color: var(--heading);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .ova-title .title {
    white-space: normal;
  }
}
.ova-title .title a {
  color: var(--heading);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-title .title a:hover {
  color: var(--primary);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-title .description {
  margin: 0 0 15px 0;
  white-space: pre-line;
}
@media (max-width: 1024px) {
  .ova-title .description {
    white-space: normal;
  }
}