.features__item {
  position: relative;
  overflow: hidden;
}
.features__item_image {
  padding: 0 0 58% 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 992px){
  .features__item_image {
    padding: 0 0 70% 0;
  }
}
.features__item_image img {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
}
.features__item:hover .features__item_content {
  background: rgba(2, 13, 101, .75);
}
.features__item:hover .features__item_content h3 {
  position: static;
  background: transparent;
  color: #fff;
}
.features__item:hover a {
  color: #fff !important;
}
.features__item:hover .features__item_content {
  right: 0;
}
.features__item_content {
  position: absolute;
  background: #020D65;
  top: 0;
  bottom: 0;
  right: -50%;
  left: auto;
  height: auto;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.features__item_content h3 {
  text-align: center;
  position: absolute;
  right: calc(100% + 30px);
  width: 100%;
  background: #020D65;
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 2.5;
  padding: 5px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 1200px) {
  .features__item_content h3 {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  .features__item_content h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 400px) {
  .features__item_content h3 {
    font-size: 14px;
  }
}
.features__item_content p {
  line-height: 1.6;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 1200px) {
  .features__item_content p {
    padding: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .features__item_content p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .features__item_content p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .features__item_content p {
    font-size: 11px;
  }
}
.features__item_content h5 {
  text-align: center;
  line-height: 28px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 578px) {
  .features {
    margin: 40% 0 0 0;
  }
}