.general-content-title {
    color: #9D8F66;
    text-align: left;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}

.general-content-description {
    color: #5C5D5D;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.general-content-description table {
    font-size: 16px;
}

.general-content-description table tr:first-child {
    color: white;
    background-color: #9d8f66;
}

.general-content-remark {
    color: #5C5D5D;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

@media screen and (max-width: 991px) {
    .general-content.container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .general-content-title {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .general-content-description {
        font-size: 14px;
        line-height: 1.2;
    }

    .general-content-description table {
        font-size: 12px;
        line-height: 1.2;
    }

    .general-content-remark {
        font-size: 12px;
        line-height: 1.2;
    }
}