.ova-history p {
  margin: 0;
}
.ova-history .wp-item {
  display: flex;
}
.ova-history .wp-item:hover .wp-year .dot span.dot2 {
  background: #FFF;
}
@media (max-width: 991px) {
  .ova-history .wp-item {
    flex-direction: column-reverse;
  }
}
.ova-history .wp-item:first-child .wp-content {
  position: relative;
}
.ova-history .wp-item:first-child .wp-content:before {
  content: "";
  width: 1px;
  height: 60px;
  background: #e5e5e5;
  display: inline-block;
  position: absolute;
  right: -1px;
  top: -57px;
}
@media (max-width: 991px) {
  .ova-history .wp-item:first-child .wp-content:before {
    display: none;
  }
}
.ova-history .wp-item:first-child .wp-content:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  display: inline-block;
  position: absolute;
  right: -5px;
  border-radius: 50%;
  top: -67px;
}
@media (max-width: 991px) {
  .ova-history .wp-item:first-child .wp-content:after {
    display: none;
  }
}
.ova-history .wp-item:last-child:nth-child(odd) .wp-content:before {
  left: unset;
  right: -1px;
}
.ova-history .wp-item:last-child:nth-child(odd) .wp-content:after {
  left: unset;
  right: -5px;
}
.ova-history .wp-item:last-child .wp-content {
  position: relative;
}
.ova-history .wp-item:last-child .wp-content:before {
  content: "";
  width: 1px;
  height: 60px;
  background: #e5e5e5;
  display: inline-block;
  position: absolute;
  left: -1px;
  bottom: -27px;
}
@media (max-width: 991px) {
  .ova-history .wp-item:last-child .wp-content:before {
    display: none;
  }
}
.ova-history .wp-item:last-child .wp-content:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  display: inline-block;
  position: absolute;
  left: -5px;
  border-radius: 50%;
  bottom: -37px;
}
@media (max-width: 991px) {
  .ova-history .wp-item:last-child .wp-content:after {
    display: none;
  }
}
.ova-history .wp-item:not(:last-child) .wp-content {
  padding-bottom: 85px;
}
.ova-history .wp-item.active:nth-child(odd) .wp-content .content, .ova-history .wp-item.active:nth-child(even) .wp-content .content {
  transform: translate(0);
  opacity: 1;
}
.ova-history .wp-item.active:nth-child(odd) .wp-year .year, .ova-history .wp-item.active:nth-child(odd) .wp-year .title, .ova-history .wp-item.active:nth-child(odd) .wp-year .desc, .ova-history .wp-item.active:nth-child(even) .wp-year .year, .ova-history .wp-item.active:nth-child(even) .wp-year .title, .ova-history .wp-item.active:nth-child(even) .wp-year .desc {
  transform: translate(0);
  opacity: 1;
}
.ova-history .wp-item:nth-child(odd) .wp-content .content {
  transform: translate(-300px, 0);
  opacity: 0;
  transition: 0.5s;
  text-align: right;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(odd) .wp-content .content {
    text-align: left;
  }
}
.ova-history .wp-item:nth-child(odd) .wp-year .year, .ova-history .wp-item:nth-child(odd) .wp-year .title, .ova-history .wp-item:nth-child(odd) .wp-year .desc {
  transform: translate(300px, 0);
  opacity: 0;
  transition: 0.5s;
}
.ova-history .wp-item:nth-child(even) .wp-content .content {
  transform: translate(300px, 0);
  opacity: 0;
  transition: 0.5s;
}
.ova-history .wp-item:nth-child(even) .wp-year .year, .ova-history .wp-item:nth-child(even) .wp-year .title, .ova-history .wp-item:nth-child(even) .wp-year .desc {
  transform: translate(-300px, 0);
  opacity: 0;
  transition: 0.5s;
}
.ova-history .wp-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.ova-history .wp-item:nth-child(even) .wp-content {
  padding-right: 0px;
  padding-left: 70px;
  border: none;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-content {
    padding: 0px;
    padding-bottom: 60px;
  }
}
.ova-history .wp-item:nth-child(even) .wp-content .title p:after {
  left: unset;
  right: 100%;
  transform: rotateY(180deg) translateY(-50%);
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-content .title p:after {
    display: none;
  }
}
.ova-history .wp-item:nth-child(even) .wp-year {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 70px;
  border-right: 1px solid #e5e5e5;
  text-align: right;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-year {
    padding: 0px;
    border: none;
    text-align: left;
  }
}
.ova-history .wp-item:nth-child(even) .wp-year .dot .dot1 {
  left: unset;
  right: -15px;
}
.ova-history .wp-item:nth-child(even) .wp-year .dot .dot2 {
  left: unset;
  right: -6.5px;
}
.ova-history .wp-item:nth-child(even) .wp-year .dot .dot4 {
  left: unset;
  right: -3.5px;
}
.ova-history .wp-item:nth-child(even) .wp-year .year {
  margin-top: -6px;
}
@media (max-width: 991px) {
  .ova-history .wp-item:nth-child(even) .wp-year .year {
    float: unset;
  }
}
.ova-history .wp-item .wp-content {
  flex-basis: calc(50%);
  padding-right: 70px;
  border-right: 1px solid #e5e5e5;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-content {
    padding: 0px;
    border: none;
  }
}
.ova-history .wp-item .wp-content .content .ova-media {
  overflow: hidden;
  margin-bottom: 23px;
}
.ova-history .wp-item .wp-content .content .ova-media img {
  transition: 0.8s;
}
.ova-history .wp-item .wp-year {
  flex-basis: calc(50%);
  padding-left: 70px;
  border: none;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-year {
    padding: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .ova-history .wp-item .wp-year .dot {
    display: none;
  }
}
.ova-history .wp-item .wp-year .dot span {
  display: inline-block;
  position: absolute;
}
.ova-history .wp-item .wp-year .dot .dot1 {
  border: 1px solid #e5e5e5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 0px;
  left: -15px;
  z-index: 1;
  background: #fff;
  transition: 0.4s;
}
.ova-history .wp-item .wp-year .dot .dot2 {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 8.5px;
  left: -6.5px;
  z-index: 2;
  transition: 0.4s;
}
.ova-history .wp-item .wp-year .dot .dot4 {
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 11.5px;
  left: -3.5px;
  z-index: 3;
}
.ova-history .wp-item .wp-year .title h3 {
  margin: 0 0 19px 0;
  font-size: 24px;
  line-height: 1.2;
  color: #202b5d;
  font-weight: 600;
  position: relative;
}
.ova-history .wp-item .wp-year .year {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: -6px;
}
.ova-history .wp-item .wp-year .desc p {
  font-size: 17px;
  line-height: 26px;
  color: #62718d;
}