.section {
  position: relative;
}
.section .bg .img {
  display: block;
  width: 100%;
}
.section .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section .box .title .img {
  display: block;
  width: 12.5625rem;
}
.section .box .intro {
  margin-top: 70px;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: 2px;
}
.section .box .more {
  margin-top: 53px;
  padding: 0.5625rem 1.125rem;
  background: rgba(0, 96, 61, 0.8);
}
.section .box .more a {
  color: #FFFFFF;
}
