.main-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-name{
    color: rgba(0,0,0,.85);
    font-weight: bold;
    font-size: 22px;
}
.title-line{
    background-color: #447FC0;
    height: 4px;
    width: 80px;
    margin: 20px;
}
.title-content{
    color: rgba(0,0,0,.65);
    font-size: 16px;
    width: 80%;
    line-height: 28px;
    text-indent:2em;
    text-align: justify;
}
.main-content{
    padding: 20px 82px;
    background-color: #FAFAFA;
    margin-top: 45px;
    text-align: center;
}
.main-info{
    margin-top: 60px;
}
.info-title{
    margin-bottom: 25px;
    color: rgba(0,0,0,.85);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.info-box{
    text-align: center;
}
.info-text{
    margin-top: 12px;
    color: rgba(0,0,0,.65);
    line-height: 28px;
    font-size: 16px;
    text-align: left;
    width: 80%;
    margin-left: 10%;
    text-align: justify;
}
.info-img{
    width: 18px;
}
@media screen and (max-width: 768px){
    .title-name{
        font-size: 20px;
    }
    .title-line{
        width: 50px;
        margin: 12px;
    }
    .info-title{
        font-size: 18px;
        margin-bottom: 16px;
    }
    .title-content, .info-text{
        font-size: 14px;
    }
    .info-img{
        width: 16px;
    }
}