@charset "UTF-8";
.info-banner .background.service {
  width: 100%;
  background-image: url(../../../images/info/banner_img1.png);
}
.info-content {
  width: 100%;
  padding-top: 60px;
  box-sizing: border-box;
}
.info-content .content-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.info-content .content-inner .content-img {
  width: 35%;
}
.info-content .content-inner .content-description {
  width: 65%;
}
.info-content .content-inner .content-description > h4 {
  width: 100%;
  line-height: 1.5;
  font-size: 31px;
  color: #2b2b2b;
  font-weight: 600;
}
.info-content .content-inner .content-description > p {
  width: 100%;
  padding-top: 50px;
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.8;
  box-sizing: border-box;
}