.services {
  padding: 215px 0 0;
}
.services-item {
  position: relative;
  margin-bottom: 190px;
  background: linear-gradient(202deg, #0e66b9 0%, #01509a 45%, #00498e 100%);
  border-radius: 18px;
}
.services-item:last-child {
  margin-bottom: 160px;
}
.services-item::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 780px;
  left: 400px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: #003160;
  filter: blur(20.7188160676533px);
}
.services-item_img {
  width: 730px;
  height: 895px;
  margin-right: 20px;
  margin-top: -70px;
  position: relative;
  z-index: 20;
}
.services-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px 139px 0px 18px;
}
.services-item_info {
  min-width: 1px;
  padding: 95px 60px 0 40px;
  color: white;
  position: relative;
  flex: 1;
  overflow: hidden;
}
.services-item_info > img {
  position: absolute;
  right: 0;
  top: 0;
}
.services-item_info h2 {
  font-size: 45px;
}
.services-item_info h5 {
  color: #8cc2ff;
  line-height: 28px;
  margin: 5px 0 50px;
}
.services-item_info p {
  line-height: 38px;
  font-size: 19px;
}
.services-item_info p.servicesBtn {
  position: absolute;
  bottom: 85px;
  left: 40px;
  display: flex;
  align-items: center;
}

.services-item_info a {
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
  margin-left: 10px;
}
@media screen and (max-width: 1300px) {
  .services-item_img {
    width: 50%;
  }
  .services-item::after {
    left: 30%;
    width: 22%;
  }
  .services-item_info {
    padding: 7% 8% 0 20px;
  }
  .services-item_info p.servicesBtn {
    left: 4%;
    bottom: 10%;
  }
}

@media screen and (max-width: 992px) {
  .services {
    padding: 40px 0;
  }

  .services-item:last-child {
    margin-bottom: 40px;
  }
  .services-item {
    margin-bottom: 40px;
  }
  .services-item_img {
    /* width: 50%; */
    display: none;
  }
  .services-item::after {
    display: none;
  }
  .services-item_info {
    padding: 30px;
  }
  .services-item_info h2 {
    font-size: 30px;
  }
  .services-item_info p.servicesBtn {
    position: inherit;
    bottom: 0;
    left: 0;
  }
  .services-item_info > img {
    width: 20%;
  }
}
