.title h6 {
    font-size: 2em;
}
.kuang h2 {
    font-size: 2em;
}
.kuang2 h2 {
    font-size: 24px;
}
.databox h3 {
    font-size: 2em;
    color: #fff;
    line-height: 1.6;
}
.title p {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .title h6 {
        color: #393939;
        font-size: 5vw;
        letter-spacing: 0;
    }
    .kuang h2 {
        font-size: 5vw;
    }
    .kuang2 h2 {
        font-size: 4vw;
    }
    .databox h6 {
        font-size: 5vw;
    }
    .databox h3 {
        font-size: 5vw;
        color: #fff;
        line-height: 1.6;
    }
    .agenda .reg {
        bottom: 2%;
    }
}
