.card{
    padding-top:2.5rem;padding-bottom: 2.5rem;box-shadow: none;

}
.info{
    width:89%;margin:0 auto 2.5rem auto;text-align: center;
}
.info .title{
    font-size: 1.5rem;line-height: 2rem;color: #222;margin-bottom: 0.8rem;font-weight: bold;
}
.line{
    width:4.08rem;height:0.33rem;border-radius: 8.33rem;background: #2661dd;opacity: 0.2
}
.info .des{
    font-size: 1.17rem;line-height: 2.08rem;color: #222;margin-top: 1.33rem;text-align: left;
}
.info .des span{
    width:auto;vertical-align: top;
}