.ova-heading .sub-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text);
}
.ova-heading .sub-title .line-decoration {
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: var(--heading);
  vertical-align: middle;
  margin: 0 16px;
}
@media (max-width: 1024px) {
  .ova-heading .sub-title .line-decoration {
    width: 60px;
    margin: 0 10px;
  }
}
.ova-heading .title {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  white-space: pre-line;
  font-size: 45px;
  line-height: 1.2;
  margin: 15px 0 22px 0;
}
@media (max-width: 1024px) {
  .ova-heading .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .ova-heading .title {
    font-size: 35px;
  }
}
.ova-heading .title .title-bold {
  font-weight: 600;
}
.ova-heading .title .title-normal {
  font-weight: 250;
}
.ova-heading .title a {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--heading);
}
.ova-heading .title a:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--secondary);
}
.ova-heading.template2 {
  background-color: var(--primary);
}
.ova-heading.template2 .wrap-content {
  max-width: var(--container-width);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 70px 0 50px;
  margin: 0 auto;
  background-image: url("../../img/background-CTA.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .ova-heading.template2 .wrap-content {
    padding: 70px 20px 50px 20px;
  }
}
@media (max-width: 767px) {
  .ova-heading.template2 .wrap-content {
    background-position: bottom;
  }
}
.ova-heading.template2 .wrap-content .title {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #fff;
  margin: 0 30px 20px 0;
  z-index: 1;
}
@media (max-width: 900px) {
  .ova-heading.template2 .wrap-content .title {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .ova-heading.template2 .wrap-content .title {
    font-size: 30px;
  }
}
.ova-heading.template2 .wrap-content .title a {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #fff;
}
.ova-heading.template2 .wrap-content .title a:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--heading);
}
.ova-heading.template2 .wrap-content .button-readmore {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: inline-flex;
  align-items: center;
  background-color: var(--secondary);
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 16px 30px;
  border-radius: 5px;
}
.ova-heading.template2 .wrap-content .button-readmore:hover {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--heading);
}
.ova-heading.template2 .wrap-content .button-readmore:hover i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: var(--heading);
}
.ova-heading.template2 .wrap-content .button-readmore i {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: inline-flex;
  color: #fff;
  margin-left: 5px;
}
.ova-heading.template2 .wrap-content .background {
  position: absolute;
  top: 50%;
  right: -140px;
  transform: translateY(-50%);
  font-size: 180px;
  line-height: 1.5;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff33;
  -webkit-text-fill-color: transparent;
  text-stroke-width: 1px;
  text-stroke-color: #ffffff33;
  text-fill-color: transparent;
}
@media (max-width: 1600px) {
  .ova-heading.template2 .wrap-content .background {
    right: 0;
  }
}
@media (max-width: 900px) {
  .ova-heading.template2 .wrap-content .background {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .ova-heading.template2 .wrap-content .background {
    font-size: 100px;
    top: 15%;
  }
}
@media (max-width: 500px) {
  .ova-heading.template2 .wrap-content .background {
    font-size: 60px;
  }
}