.blue_bg{
    background: #ebf8fe;
    padding: 50px 0;
}

.content_html .w1000{
    background: #fff;
    padding: 50px 60px;
    margin-top: 50px;
}

.content_html .center{
    text-align: center;
}

.content_html .w1000 .title{
    font-size: 20px;
    font-weight: bold;
    color: #009ae1;
}
/*.content_html .w1000 .title.black{
    font-weight: normal;
    color: #333;
}*/

.content_html .w1000 .text{
    margin-left: 2em;
}



@media all and (max-width: 768px) {
.blue_bg{
    /*background: #ebf8fe;*/
    padding: 30px 0;
}

.content_html .w1000{
    /*background: #fff;*/
    padding: 30px 10px;
    margin-top: 50px;
}

.content_html .center{
    /*text-align: center;*/
    font-size: 3.3vw;
}

.content_html .w1000 .title{
    font-size: 4vw;
    /*font-weight: bold;*/
    /*color: #009ae1;*/
}
/*.content_html .w1000 .title.black{
    font-weight: normal;
    color: #333;
}*/

.content_html .w1000 .text{
    font-size: 3.5vw;
    margin-left: 1em;
}
}