.mg_section-feature{
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 30vh;
}
.mg_box_feature{
    margin-top: 30px;
}
.mg_feature_box-warp{
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid transparent;
    padding: 30px 10px;
}
.mg_feature-figure{
    margin: 0 auto 10px auto;
    width: 88px;
    height: 88px;
    border: 1px dashed #979797;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.mg_box_feature .mg_feature_icon{
    color: #f52340;
    font-size: 45px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    display: block;
}
.mg_feature-img{
    width: 45px;
    height: 45px;
    display: block;
    margin: 0;
}
.mg_feature-icon-bg{
    display: block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mg_feature-name{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.mg_feature_info{
    font-size: 14px;
}
@media (max-width: 767px) {
    .mg_section-feature{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}