.terms .container {
    max-width: var(--page-width);
    margin: 0 auto;
}
.terms .banner {
    width: 100%;
    background-color: #4D6C82;
    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;
    line-height: 150%;
}
.terms .content .box .name {
    font-size: 20px;
    color: #4B4C4C;
    background: url('../../img/underline.png') no-repeat left bottom;
    padding-bottom: 15px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.terms .content .box span {
    font-size: 16px;
    color: #606060;
    display: inline-block;
    padding-bottom: 30px;
    line-height: 150%;
}
.terms .content .box ul {
    padding-bottom: 30px;
    padding-left: 20px;
}
.terms .content .box ul li{
    font-size: 16px;
    color: #606060;
    line-height: 150%;
    margin: 10px 0;
}
.terms .content .box ul li ul {
    padding-bottom: unset;
}
.terms .content .box .disc-list li {
    list-style: disc;
}
.terms .content .box .circle-list li {
    list-style: circle;
}
.terms .content .box span a,
.terms .content .box li a {
    font-size: 16px;
    color: #4D6C82;
}
.terms .content .box span a:hover,
.terms .content .box span li: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;
    }
}

@media (max-width: 768px) {
    .terms .container {
        padding: 0 var(--page-padding-x);
    }
}