.wrapper {
  width: 1200px;
  margin: 60px auto;
  overflow: hidden;
}
.header-bg {
  width: 100%;
  height: 436px;
  background: url("../imgs/digital-intelligence/header_bg.png") no-repeat;
}
.title {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #ffffff;
}

.title-Chs {
  font-size: 30px;
  font-weight: 500;
}
.title-Eng {
  text-transform: uppercase;
  font-size: 26px;
  opacity: 0.5;
}
.talents {
  display: flex;
  margin-top: 60px;
}

.talents-box {
  box-sizing: border-box;
  padding: 25px;
  margin-left: 50px;
  width: 360px;
  height: 170px;
  background: #ffffff;
  box-shadow: 0 5px 16px 0 rgba(0, 103, 176, 0.1);
  opacity: 0.9;
  border-radius: 0 8px 8px 8px;
  line-height: 20px;
  color: #333333;
}
.talents-box h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.talents-des {
  font-size: 13px;
  font-weight: 400;
}
.number {
  font-size: 22px;
  font-weight: bold;
  color: #0072ff;
  opacity: 0.5;
}

.solution-des {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.content-row {
  margin-bottom: 155px;
  display: flex;
  justify-content: center;
}
.content img {
  margin-left: 80px;
  width: 400px;
  height: 267px;
}
.services-des-box {
  position: relative;
}
.services-des-box img {
  width: 400px;
  height: 267px;
}
.services-des {
  box-sizing: border-box;
  position: absolute;
  right: 40px;
  top: 236px;
  padding: 26px;
  width: 360px;
  height: 130px;
  background: #ffffff;
  box-shadow: 0 5px 16px 0 rgba(0, 103, 176, 0.1);
  border-radius: 0 8px 8px 8px;
  line-height: 20px;
  color: #333333;
}
.services-des h2 {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: bold;
}
.services-des p {
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
}

footer {
  margin-top: 0;
}
