.list_item_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex !important;
  margin-right: -53px;
}
@media (max-width: 1194px) {
  .list_item_service {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .list_item_service {
    margin-right: -20px;
  }
}
@media (max-width: 499px) {
  .list_item_service {
    margin-right: 0;
  }
}
.list_item_service .item {
  width: 33.33333%;
  float: left;
  padding-right: 53px;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .list_item_service .item {
    padding-right: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 699px) {
  .list_item_service .item {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .list_item_service .item {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
.list_item_service .item .wrap {
  position: relative;
}
@media (max-width: 599px) {
  .list_item_service .item .wrap {
    margin-bottom: 20px;
  }
}
.list_item_service .item .img {
  width: 100%;
  background: #fff;
  position: relative;
  border-radius: 39px 39px 0px 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .list_item_service .item .img {
    border-radius: 15px 15px 0px 0px;
  }
}
.list_item_service .item .img a {
  display: block;
}
.list_item_service .item .img a img {
  max-width: 100%;
  width: 100%;
}
.list_item_service .item .info {
  background: #fff;
  padding: 30px;
  padding-top: 35px;
}
.list_item_service .item .info .title {
  display: block;
  color: #035f97;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: "SFUDINNeuGroLight";
}
@media (max-width: 767px) {
  .list_item_service .item .info {
    padding: 15px;
    padding-top: 15px;
  }
  .list_item_service .item .info .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}