.mg-l5-header-title{
    font-size: 36px;
    margin-bottom: 15px;
    color: #ffffff;
}
.mg-l5-content{
    color: #ffffff;
    font-size: 22px;
}

.mg-l5-service-lists{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.mg-l5-service-item{
    display: flex;
    margin-bottom: 15px;
}

.mg_section-layout_5{
    padding-top: 6%;
    padding-bottom: 6%;
    background-color: #ececec;
}

.mg_section_layout_5_content{
    color: #ffffff;
    font-size: 22px;
}

.mg_section-layout_5 .mg_section_header_title{
    color: #ffffff;
}

.mg_box_layout_5{
    margin-top: 30px;
}
.mg_layout_5_box-item{
    height: 100%;
    width: 100%;
}
.mg_layout_5_box-item-link{
    display: block;
    height: 100%;
    width: 100%;
}
.mg_layout_5_box-warp{
    height: 100%;
    width: 100%;
    text-align: center;
    border: 1px solid #0F293F;
    border-radius: 4px;
    padding: 30px 40px;
    background-color: #0F293F;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.mg_layout_5-figure{
    margin: 0 auto 15px auto;
    width: 88px;
    height: 88px;
    border: 1px solid transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.mg_box_layout_5 .mg_layout_5_icon{
    /*color: #f52340;*/
    font-size: 45px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    display: block;
}
.mg_layout_5-img{
    width: 45px;
    height: 45px;
    display: block;
    margin: 0;
}
.mg_layout_5-icon-bg{
    display: block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mg_layout_5-name{
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}
.mg_layout_5_info{
    font-size: 18px;
    color: #ffffff;
}

.mg_layout_5_box-item .mg_layout_5-figure .mg_layout_5_icon{
    color: #ffffff;
}

.mg_layout_5_box-item.mg_item_1 .mg_layout_5-figure{
    /*background-color: #df1d5a;*/
    /*border-color: #df1d5a;*/
}
.mg_layout_5_box-item.mg_item_1 .mg_layout_5-figure .mg_layout_5_icon{
    /*color: #ffffff;*/
}

.mg_layout_5_box-item.mg_item_2 .mg_layout_5-figure{
    /*background-color: #f1c40f;*/
    /*border-color: #f1c40f;*/
}
.mg_layout_5_box-item.mg_item_2 .mg_layout_5-figure .mg_layout_5_icon{
    /*color: #ffffff;*/
}

.mg_layout_5_box-item.mg_item_3 .mg_layout_5-figure{
    /*background-color: #0abb87;*/
    /*border-color: #0abb87;*/
}
.mg_layout_5_box-item.mg_item_3 .mg_layout_5-figure .mg_layout_5_icon{
    /*color: #ffffff;*/
}

@media (max-width: 767px) {
    .mg_section-layout_5{

    }
}