.bg_container{
    width:100%;
    background-image: url("https://zzitec-hosp-prd.oss-cn-shanghai.aliyuncs.com/public/pc-web-seo/gyzz.png?OSSAccessKeyId=LTAI5tBvPHnS8BRZfCWrRwvj&Expires=100001753412061&Signature=%2FkNaL0GAyC8wVNY8cygxMZrGXUY%3D");
    background-size:cover;
    background-position:center;
    color:#fff;
    padding-bottom:0;
}

@media(max-width: 768px){
    .title{
        margin-top:10vh;
        font-weight: bold;
        font-size:20px;
    }
    .content{
        width:90%;
        margin:auto;
    }
}

@media(min-width: 768px){
    .title{
        margin-top:20vh;
        font-weight: bold;
        font-size:40px;
    }
    .content{
        width:76%;
        margin:auto;
    }
}

.card-style{
    background-color:rgba(0,0,0,0.39);
    height:100%;
    padding:50px 30px;
    padding-top:60px;
    position:relative;
}

.card-title{
    font-size:25px;
}

.card-icon{
    width:107px;
    height:107px;
    position:absolute;
    top:-53px;
    left:50%;
    transform: translateX(-50%);
}

