.service_section {
  overflow: visible !important;
}

.service_block {
  position: relative;
  padding-top: 90px;
  overflow: visible !important;
}

.service_icon {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.service_icon img {
  max-width: 36px;
  height: auto;
  display: block;
}

.service_content {
  position: relative;
  z-index: 2;
}
