.ova_box_feature_2 {
  text-align: center;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  padding: 55px 15px 50px 15px;
  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_box_feature_2:hover .icon i:before {
  color: #fff;
}
.ova_box_feature_2:hover .title, .ova_box_feature_2:hover .excerpt {
  color: #fff;
}
.ova_box_feature_2:hover .readmore a {
  color: #fff;
}
.ova_box_feature_2:hover .readmore a:hover {
  background: #fff;
  border-color: #fff;
}
.ova_box_feature_2 .icon {
  margin: 0 0 20px 0;
}
.ova_box_feature_2 .icon i {
  display: inline-block;
  line-height: 1;
}
.ova_box_feature_2 .icon i:before {
  transition: 0.4s;
  margin: 0;
  font-size: 60px;
}
.ova_box_feature_2 img {
  margin-bottom: 20px;
}
.ova_box_feature_2 .title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #202b5d;
  margin: 0 0 15px 0;
  transition: 0.4s;
}
.ova_box_feature_2 .excerpt {
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
  margin: 0 0 23px 0;
  transition: 0.4s;
}
.ova_box_feature_2 .readmore a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #202b5d;
  display: inline-block;
  border: 2px solid #e0e0e0;
  padding: 6px 20px 6px 20px;
  transition: 0.4s;
}
.ova_box_feature_2 .readmore a:hover {
  color: #fff;
}