
.metablm-page .metablm-page-banner{
    width: 100%;
    min-height: 310px;
    background: url('../picture/banner-bg.jpg') no-repeat center center;
    background-size: cover;
}
.metablm-page .metablm-banner-content{
    padding: 80px 0 0 0;
    position: relative;
}
.metablm-page-banner h2{
    font-size: 32px;
    color: #0A317C;
    line-height: 36px;
    font-weight: bold;
    margin-top: 140px;
}
.metablm-page-case .content{
    padding-top: 25px;
}
.metablm-page-case h3{
    font-size: 24px;
    color: #009FE8;
    margin-bottom: 30px;
}
.metablm-page-case h3 span{
    padding-bottom: 5px;
    border-bottom: 3px solid #1896D4;
}
.metablm-page-case .text{
    font-size: 18px;
    color: #221815;
    line-height: 32px;
    margin-bottom: 50px;
}
.metablm-page-case .panel-default .panel-title::before{
   display: none; 
}
.panel-group .title-icon{
    display: inline-block;
    width: 28px;
    height: 36px;
    background: url('../picture/title-icon.png') no-repeat center center;
    margin-right: 6px;
    vertical-align: text-top;
}
.metablm-page-case .title-h3{
    font-weight: bold;
    font-size: 22px;
    color: #3E3A39;
    /* margin-bottom: 10px; */
}
.metablm-page-case .title-h3::before{
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: #3E3A39;
    border-radius: 7px;
    vertical-align: baseline;
    margin-right: 10px;
}
.metablm-page-case .panel-collapse .text-area{
    font-size: 18px;
    line-height: 28px;
    padding: 15px 30px 30px 30px;
}

@media (max-width: 992px) {
    .metablm-page-case .row{
        width: auto;
        height: auto;
    }
    .metablm-page-case .title-h3 span{
        font-size: 1.6rem;
        padding: 0 1.5rem;
        line-height: 2.2rem;
    }
    .metablm-page-case .title-h3::before{
        margin-right: 0;
    }
    .metablm-page-case .panel-collapse .text-area{
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}

@media (max-width: 768px) {
    .metablm-page-banner h2{
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .metablm-page-case h3{
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .metablm-page-case .text{
        font-size: 1.6rem;
    }
    .metablm-page-case .text-area.custom-table{
        padding: 15px 0 20px 0;
    }
}