
.caption-top-view {
    display: flex;
    align-items: center;
}

.caption-title {
    /* margin-right: 10px; */
    font-family: 'Lato', 'Noto Sans HK', 'Noto Sans SC', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #5c5d5d;
}

.caption-hide-desc i{
    font-size: 22px;
    cursor: pointer;
    margin-left: 10px;
}

.caption-content {
    font-family: 'Lato', 'Noto Sans HK', 'Noto Sans SC', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #5c5d5d;
    padding-left: 0px;
}

.caption-content-show {
    display: block;
}

.caption-content-hide {
    display: none;
}

.new-feature-wrap .col-md-2{
    width: 0;
}
.new-feature-wrap .col-md-8{
    width: 100%;
}

@media screen and (max-width: 991px) {
    .caption-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 36px;  
    }

    .caption-content {
        font-size: 12px;
    }
}