.mg_section_l4-testimonial{
    padding-top: 6%;
    padding-bottom: 6%;
    color: #ffffff;
}

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

.mg_l4_box_content{
    margin-bottom: 180px;
    padding-right: 10%;
}
.mg_section_l4-testimonial .mg_section_content{
    color: #ffffff;
    font-size: 22px;
}

.mg_l4_box_testimonial{
    margin-top: 30px;
    background-color: rgba(24,47,56,0.5);
    border-radius: 10px;
    position: relative;
    padding-right: 285px;
}
.mg_l4_figure{
    width: 285px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.mg_l4_img_1{
    display: block;
    width: 100%;
}

.mg-slick_arrow_icon-l4{
    height: 40px;
    width: 40px;
    display: block;
    fill: #ffffff;
}

.mg_l4_slider_testimonial .slick-prev{
    top: inherit;
    left: inherit;
    bottom: 25px;
    right: 50%;
    transform: translate(0,0);
    margin-right: 5px;
}

.mg_l4_slider_testimonial .slick-next{
    top: inherit;
    right: inherit;
    bottom: 25px;
    left: 50%;
    transform: translate(0,0);
    margin-left: 5px;
}

.mg_l4_slider_testimonial .slick-dots{
    bottom: 0;
}

.mg_l4_testimonial_box-warp{
    margin-bottom: 15px;
    border: 1px solid transparent;
    padding: 30px 10px 50px 10px;
}
.mg_l4_testimonial-figure{
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #979797;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.mg_l4_testimonial_icon{
    width: 38px;
    height: 38px;
    overflow: hidden;
    display: block;
}
.mg_l4_testimonial-img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    border-radius: 100%;
}
.mg_l4_testimonial-name{
    font-size: 16px;
    font-weight: bold;
}
.mg_l4_testimonial_info{
    font-size: 16px;
    margin-bottom: 15px;
}
.mg_l4_testimonial-author{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.mg_l4_figure_2{
    width: 100%;
    transform: translate(-20%, 0);
}
.mg_l4_img_2{
    width: 100%;
}

.mg_l4_row{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.mg_l4_left{
    position: relative;
    z-index: 1;
}
.mg_l4_right{
    position: relative;
    z-index: 0;
}

@media (max-width: 767px) {
    .mg_section_l4-testimonial{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mg_l4_right{
        display: none;
    }
    .mg_l4_row{
        display: block;
    }
    .mg_l4_box_testimonial{
        padding-right: 0;
    }
    .mg_l4_figure{
        display: none;
    }
}
@media (min-width: 992px) {
    .mg_section_l4-testimonial{
        padding-top: 20vh;
        padding-bottom: 20vh;
    }
}