.title .title-top{
  font-size: 45px;
  color: #354963;
  text-align: center;
  padding: 100px 0 50px;
}
.title .title-top::before {
  content: "";
  height: 1px;
  width: 80px;
  background: #354963;
  display: inline-block;
  position: relative;
  top: -14px;
  left: -40px;
}
.title .title-top::after {
  content: "";
  height: 1px;
  width: 80px;
  background: #354963;
  display: inline-block;
  position: relative;
  top: -14px;
  right: -40px;
}

.about-us-box{
  margin-bottom: 90px;
}

.about-us-box .about-us-nav .arr .content{
  font-size: 18px;
  line-height: 34px;
}

.about-us-box .about-us-nav .arr .contents{
  font-size: 18px;
  line-height: 34px;
}

.about-us-box .about-us-nav .arr .contents a{
  color: black;
  font-size: 18px;
  line-height: 34px;
}

/* team start  */
.big-team{
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%,rgba(8, 72, 124, 0.123) 100%);
}
.team-container{
  padding-bottom: 110px;
}
.team-container .box{
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-container .card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}

.team-container .card .title {
  font-size: 20px;
}

.team-container .card .num i{
  font-size: 60px;
}
/* team end  */

@media (max-width: 768px) {

  .title .title-top{
    font-size: 25px;
  }
  .title .title-top::before {
    top: -8px;
    left: -10px;
  }
  .title .title-top::after {
    top: -8px;
    right: -10px;
  }

  .team-container .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .team-container .card{
    width: 100%;
    margin-bottom: 100px;
  }
}
