section.service ul {
  display: flex;
  flex-wrap: wrap;
}

section.service ul li {
  width: 100%;
  display: flex;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  margin: 2% 1%;
}

section.service ul h3 {

}
.datil{
  width: 50%;
  padding: 20px;

}
.img_wrap {
  width: 50%;
  height: 21vw;
  position: relative;
}

.img_wrap img {
  width: 100%;
  height: 100%;
}
