.ova_feature_box.version_1 {
  position: relative;
}
.ova_feature_box.version_1 .ova-image {
  display: block;
  text-align: center;
}
.ova_feature_box.version_1 .ova-image a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature_box.version_1 .ova-image img {
  width: 100%;
}
.ova_feature_box.version_1 .ova-content {
  text-align: center;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  padding: 18px 10px 22px 10px;
  position: absolute;
  bottom: -35px;
  background: #fff;
  left: 30px;
  right: 30px;
}
.ova_feature_box.version_1 .ova-content .title {
  margin: 0 0 0 0;
}
.ova_feature_box.version_1 .ova-content .title a {
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature_box.version_1 .ova-content .readmore {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature_box.version_1 .ova-content .readmore a {
  margin: 4px 0 0 0;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #62718d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature_box.version_1 .ova-content .readmore a svg {
  width: 18px;
  margin: 0 0 0 -5px;
}
.ova_feature_box.version_1:hover .ova-content .readmore {
  height: 28px;
  opacity: 1;
}
.ova_feature_box.version_2 {
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  padding: 30px 20px 30px 30px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature_box.version_2 .ova-image {
  margin: 0 30px 0 0;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
.ova_feature_box.version_2 .ova-image a {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature_box.version_2 .ova-image a:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: rgba(255, 53, 20, 0.2);
  z-index: 1;
}
.ova_feature_box.version_2 .ova-image span {
  position: relative;
  z-index: 2;
}
.ova_feature_box.version_2 .ova-image span:before {
  font-size: 40px;
  color: #202b5d;
}
.ova_feature_box.version_2 .ova-content .title {
  margin: 0 0 0 0;
}
.ova_feature_box.version_2 .ova-content .title a {
  font-size: 20px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature_box.version_2:hover .ova-image span:before {
  color: #fff !important;
}
.ova_feature_box.version_2:hover .ova-content .title a {
  color: #fff !important;
}
.ova_feature_box.version_2:hover .ova-content .title a:hover {
  color: #06163A;
}
.ova_feature_box.version_3 {
  display: flex;
  align-items: center;
  padding: 50px 20px 50px 20px;
  background: #fff;
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.ova_feature_box.version_3 .ova-image {
  margin: 0 30px 0 0;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
.ova_feature_box.version_3 .ova-image a {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature_box.version_3 .ova-image a:after {
  content: "";
  position: absolute;
  top: -100%;
  left: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: rgba(255, 53, 20, 0.2);
  z-index: 1;
}
.ova_feature_box.version_3 .ova-image span {
  position: relative;
  z-index: 2;
}
.ova_feature_box.version_3 .ova-image span:before {
  font-size: 60px;
  color: #202b5d;
}
.ova_feature_box.version_3 .ova-content .title {
  margin: 20px 0 20px 0;
}
.ova_feature_box.version_3 .ova-content .title a {
  font-size: 22px;
  line-height: 28px;
  color: #202b5d;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature_box.version_3 .ova-content .sub_title {
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
}
.ova_feature_box.version_3:hover .ova-image span:before {
  color: #fff !important;
}
.ova_feature_box.version_3:hover .ova-content .title a {
  color: #fff !important;
}
.ova_feature_box.version_3:hover .ova-content .title a:hover {
  color: #06163A;
}
.ova_feature_box.version_3:hover .ova-content .sub_title {
  color: #fff !important;
}