.our_services_item {
  border-top: 1px solid #E2E2E2;
}
.our_services_title {
  transition: color;
  color: #292929;
}
.our_services_title:hover {
  color: #3A7F7F;
}
.our_services_title h4 {
  color: inherit;
}
.our_services_img_wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.our_services_img_wrapper img {
  transition: all 0.5s;
  position: relative;
  z-index: 0;
}
.our_services_img_wrapper:hover img {
  transform: scale(1.07);
}

/*# sourceMappingURL=our_services.css.map */
