/*** Testimonial ***/
.coreL {
  margin-left: 11px;
}

.userView {
  background: linear-gradient(180deg, #DFE7FB 0%, #FFFFFF 100%);
  position: relative;
}

.severiceView {
  position: relative;
}

.peopleImg {
  position: absolute;
  left: 10%;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/tantan/index/img_people.png);
  background-repeat: no-repeat;
  background-size: 378px 293px;
  background-position: left bottom;
  background-color: beige;
}

.cyImg {
  width: 60%;
}

.severiceV {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.col-md-view {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}