
/* content-center */
.content-box {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.terms .banner {
  width: 100%;
  background-color: #03294D;
  padding: 70px 0px;
}
.terms .banner h1 {
  display: inline-block;
  font-size: 43px;
  color: #fff;
  font-weight: bold;
}
.terms .banner h2 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-left: 37px;
}
.terms .desc {
  color: #606060;
  font-size: 16px;
  padding: 47px 0px;
}
.terms .content{
  padding-bottom: 30px;
}

.terms .content .box{
  padding: 8px 0px 10px;
}
.terms .content .box .name {
  font-size: 20px;
  color: #4B4C4C;
  background: url('../../img/privacy-policy/underline.png') no-repeat left bottom;
  padding: 20px 0px;
  font-weight: bolder;
}
.terms .content .box span {
  font-size: 16px;
  color: #606060;
  display: inline-block;
  padding: 20px 0px 30px 0px;
}
.terms .content .box span a {
  font-size: 16px;
  color: #4D6C82;
}
.terms .content .box span a:hover {
  color: #827502;
}

.terms .content .box p {
  font-size: 16px;
  color: #606060;
  /* display: inline-block; */
  padding: 10px 0px 5px 0px;
  line-height: 163%;
}
.terms .content .box p a {
  font-size: 16px;
  color: #4D6C82;
}
.terms .content .box p a:hover {
  color: #827502;
}
.terms .content .box .block:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #4D6C82;
  margin-right: 15px;
  margin-top: 7px;
}
@media (max-width: 770px) {
  .content-box {
      width: 345rem;
  }
}
@media (max-width: 414px) {
  .terms .banner {
    padding: 55px 0px;
  }
  .terms .banner h1 {
    font-size: 28px;
  }
  .terms .banner h2 {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 16px;
  }
}