.serve {
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
  background-color: #F8F8F8;
}

.serve:nth-child(2n) {
  background-color: #fff;
}

.serve .w {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.serve .info {
  width: 66%;
}

.serve .info .content {
  width: 100%;
  color: #777777 !important;
  font-size: 16px !important;
  line-height: 2 !important;
}

.serve .img {
  width: 28%;
}

.serve .img img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .banner .title {
    top: 48%;
    font-size: 30px;
  }

  .serve .w {
    display: block;
  }

  .serve .info,
  .serve .img {
    width: 100%;
  }

  .serve .img {
    margin-top: 15px;
  }
}