.page-about {
  border-bottom: 1px solid #DDDDDD;
}
.page-about .container .logo {
  margin: 40px 0 13px;
  height: 54px;
  text-align: center;
}
.page-about .container .min-title {
  text-align: center;
  color: #0D7EFD;
  line-height: 20px;
}
.page-about .container .title {
  font-size: 30px;
  line-height: 48px;
  text-align: center;
}
.page-about .container .banner {
  width: 100%;
  height: 400px;
  margin-top: 30px;
  position: relative;
}
.page-about .container .banner .textBox {
  position: absolute;
  top: 95px;
  left: 25px;
}
.page-about .container .banner .textBox .logo-min {
  background: #FFFFFF;
  border-radius: 11px;
  height: 95px;
  padding: 13px;
  text-align: center;
}
.page-about .container .banner .textBox p {
  font-size: 22px;
  line-height: 30px;
  margin-top: 15px;
  color: #FFFFFF;
}
.page-about .container .inner {
  padding: 30px 0 80px;
}
.page-about .container .inner p {
  line-height: 1.5em;
}
@media (max-width: 991px) and (min-width: 320px) {
  .page-about .container .banner {
    height: 200px;
    padding: 0 0.35rem;
  }
  .page-about .container .banner .textBox {
    width: 100%;
    bottom: 20px;
    top: initial;
    left: 0;
    text-align: center;
  }
  .page-about .container .banner .textBox .logo-min {
    width: 40%;
    display: inline-block;
  }
  .page-about .container .inner {
    padding: 30px 0.35rem 80px;
  }
}
