.ova-heading .sub-title-wrapper {
  margin: 0 0 12px 0;
}
.ova-heading .sub-title-wrapper.left, .ova-heading .sub-title-wrapper.right {
  display: inline-flex;
  align-items: center;
}
.ova-heading .sub-title-wrapper.right {
  flex-direction: row-reverse;
}
.ova-heading img {
  object-fit: cover;
}
.ova-heading .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ova-heading .icon i {
  display: inline-flex;
  font-size: 52px;
  color: var(--secondary);
}
.ova-heading .icon svg {
  display: inline-flex;
  width: 52px;
  fill: var(--secondary);
}
.ova-heading .icon svg path {
  fill: var(--secondary);
}
.ova-heading .sub-title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary);
  text-transform: uppercase;
}
.ova-heading .title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 50px;
  line-height: 1.3;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .ova-heading .title {
    font-size: 40px;
    white-space: normal;
  }
}
.ova-heading .title a {
  transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  color: var(--heading);
}
.ova-heading .title a:hover {
  transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  color: var(--primary);
}
.ova-heading .title-shadow {
  font-family: var(--secondary-font);
  font-weight: var(--heading-font-weight);
  font-size: 50px;
  line-height: 1.3;
  white-space: pre-line;
  position: absolute;
  top: 51.5%;
  left: 49.7%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-stroke: 1px var(--heading);
  text-stroke: 1px var(--heading);
}
@media (max-width: 767px) {
  .ova-heading .title-shadow {
    font-size: 40px;
    white-space: normal;
  }
}
.ova-heading .description {
  margin: 23px 0 0 0;
  white-space: pre-line;
}
@media (max-width: 1024px) {
  .ova-heading .description {
    white-space: normal;
  }
}