/* Terms & Conditions page */
body.hk-terms {
    padding-top: 48px;
    color: #1a1a1a;
    background: #fff;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.hk-terms-main {
    overflow-x: hidden;
}

.hk-terms-main .container {
    max-width: 900px;
}

.hk-terms-hero {
    padding: 56px 24px 60px;
    text-align: center;
}

.hk-terms-hero h1 {
    margin: 0;
    color: #23a569;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Gotham-Bold';
}

.hk-terms-content {
    padding: 0 24px 80px;
}

.hk-terms-item {
    margin-bottom: 60px;
}

.hk-terms-item:last-child {
    margin-bottom: 0;
}

.hk-terms-item h2 {
    margin: 0 0 16px;
    color: #23a569;
    font-size: 22px;
    font-weight: normal !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: 'Gotham-Bold';
}

.hk-terms-item p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #333;
    font-family: 'Gotham-Book';
}

.hk-terms-item p:last-child {
    margin-bottom: 0;
}

.hk-terms-item ul {
    margin: 0 0 14px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-family: 'Gotham-Book';
}

.hk-terms-item li {
    margin-bottom: 6px;
}

@media (max-width: 991.98px) {
    .hk-terms-hero {
        padding: 40px 20px 32px;
    }

    .hk-terms-hero h1 {
        font-size: 32px;
    }

    .hk-terms-content {
        padding-bottom: 48px;
    }

    .hk-terms-item {
        margin-bottom: 32px;
    }
}
