.services_banner {
  padding: 0 64px;
  height: 420px;
  img {
    width: 100%;
    height: 100%;
  }
}
.services_con {
  padding: 32px 64px;
  padding: 64px;
  background-color: #44f56f;
}
.service_title {
  padding: 32px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #000;
}
.tit_left {
  width: 46%;
  font-size: 40px;
  line-height: 1.1em;
  text-align: left;
  font-family: 'Orbitron', sans-serif;
}
.tit_right {
  width: 46%;
  font-size: 24px;
  line-height: 1.7em;
  text-align: right;
}
.services {
  display: flex;
  justify-content: space-between;
}
.service_item {
  padding: 32px 0;
  width: 30%;
  cursor: pointer;
  text-align: center;
  .solutions_a {
    display: inline-block;
    color: #000;
  }
  img {
    height: 100px;
  }
  p {
    padding: 0 12px;
    text-align: left;
  }
}
.item_title {
  padding: 16px 12px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  transition: all .2s;
  &:hover {
    color: #fff;
  }
}
.item_subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.item_p {
  margin-top: 16px;
  margin-left: 12px;
  border-left: 2px solid #999;
  color: #999;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}
