/* terms-of-use */
.cms-cnt {
    padding: 62px 0px 57px 0px;
}

.cms-cnt .cnt-wrp h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
    color: var(--blue);
}

.cms-cnt .cnt-wrp p {
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 30px;
    margin-top: 0;
    color: var(--black);
}

.cms-cnt .cnt-wrp a {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #333333;
}

.cms-cnt .cnt-wrp a:hover {
    text-decoration: underline;
}

.cms-cnt .cnt-wrp ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #333333;
}

.cms-cnt .cnt-wrp ul {
    margin-bottom: 30px;
}

.cms-cnt .cnt-wrp p:has(+ul) {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .cms-cnt .container {
        max-width: 1147px;
    }
}

@media (max-width:767px) {
    .cms-cnt .cnt-wrp ul {
        margin-bottom: 20px;
    }
    .cms-cnt .cnt-wrp h3 {
        font-weight: 400;
        font-size: 32px;
    }
    .cms-cnt .cnt-wrp p {
        font-weight: 300;   
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 20px;
    }
}