/*********************************************************
*
*   mg_testimonial_theme_2
*
********************************************************/
#mg_testimonial_theme_2 .mg_column {
    margin-bottom: 30px;
	min-height: 200px !important;
}
#mg_testimonial_theme_2 .mg_title {
    text-align: left;
    display: inline-block;
}
#mg_testimonial_theme_2 .mg_client_image{
    padding: 0;
}
#mg_testimonial_theme_2 .mg_client_image img {
    display: block;
    margin: 0 auto;
}
#mg_testimonial_theme_2 .mg_client_name {
    margin-bottom: 10px;
    float: right;
    clear: both;
}
#mg_testimonial_theme_2 .mg_client_rating {
    margin-bottom: 10px;
    float: right;
    clear: both;
}
#mg_testimonial_theme_2 .mg_client_message {
    font-size: 14px;
    padding: 15px 0px 3px 0px;
    position: relative;
}

@media all and (max-width: 767px) {
    #mg_testimonial_theme_2 .mg_client_image {
        width: 100%;
    }
    #mg_testimonial_theme_2 .mg_column{
        clear: both;
        text-align: center;
    }
    #mg_testimonial_theme_2 .mg_client_message,
    #mg_testimonial_theme_2 .mg_client_rating{
        margin-bottom: 0;
    }
}