.mg_section-testimonial{
    padding-top: 60px;
    padding-bottom: 60px;
}
.mg_box_testimonial{
    margin-top: 30px;
}
.mg_testimonial_box-warp{
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid transparent;
    padding: 30px 10px;
}
.mg_testimonial-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_testimonial_icon{
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: block;
}
.mg_testimonial-img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0;
    border-radius: 100%;
}
.mg_testimonial-name{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.mg_testimonial_info{
    font-size: 14px;
}
@media (max-width: 767px) {
    .mg_section-testimonial{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}