.activity-img {
    width: 100%;
}

.activity-img img {
    width: 100%;
}

.detail-title {
    color: #444;
    padding: 25px 0;
    margin-bottom: 0;
    font-weight: 600;
}

.sign-wrap {
    margin-bottom: 15px;
}

.sign-up {
    display: inline-block;
    width: 162px;
    height: 49px;
    background: #8DC63F;
    line-height: 37px;
    border: none;
}


/* .detail-label {
    font-size: 20px;
    font-weight: 600;
    color: #5C8AFD;
    text-align: center;
    width: 140px;
    padding: 20px;
    border-bottom: 5px solid #5C8AFD;
} */

.detail-label {
    font-size: 20px;
    font-weight: 600;
    color: #636363;
    width: 140px;
    padding-left: 8px;
    border-left: 4px solid #14BBA1;
    margin: 20px 0;
}

.desc-text {
    font-size: 16px;
    line-height: 30px;
    color: #666262;
    text-indent: 32px;
}

.detail-area .list-group-item {
    border: 0;
    padding: 6px 0;
}

.detail-area .list-group-item::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8DC63F;
    margin-right: 20px;
}

#vsb_content_2 .vsbcontent_img {
    max-width: 100% !important;
    max-height: auto!important;
}

#vsb_content_2 .vsbcontent_img img {
    max-width: 100% !important;
    height: auto;
}

@media screen and (max-width:768px) {
    .sign-up {
        width: 80px;
        height: 40px;
        line-height: 30px;
    }
}