/* MG-Kannada css */
.testimonials-block p {
    font-size: 24px;
}


@media (max-width: 768px){
.mg-blog-inner h2 {
    font-size: 18px !important;
}
.testimonials-block h5 {
    font-size: 17px !important;
	line-height: 0.8;
}
.testimonials-card-bg {
   
    padding: 7px !important;
}
.testimonials-block h5 span {
    font-size: 10px !important;
}
.testimonials-block p {
	line-height: 1.0;
}
.thank-you-container img{
	margin-top:30px;
}
}
@media only screen and (min-width: 600px){
	/* tablet */
.single-blog .content{
	padding: 15px;
	min-height: 189px;
}
.single-blog .content h3 a {
    font-size: 20px !important;
}
}

