.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('https://cdn.tunefab.com/img/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: #ee5df5;
  }
  .terms .content .box p a:hover {
    color: #827502;
  }
  
  @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;
    }
  }