.about-bg {

}
.about-bg img {
    /*height: 350px;*/
    width: 100%;
}
.msg {
    margin-top: -70px;
    padding: 0 16px;
    position: relative;
}
.container {
    padding-top: 44px;
}
.card {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(224,197,197,0.25);
    border-radius: 14px 14px 14px 14px;
    padding: 16px 22px 26px 22px;
}
.card .title {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.card .line {
    width: 28px;
    height: 4px;
    background: #FF5A98;
    border-radius: 27px 27px 27px 27px;
    margin-top: 8px;
}
.desc {
    margin-top: 18px;
}
.desc .each-desc {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
