.thsn-testimonial-style-2 {
    padding: 40px 100px;
    text-align: center;
    overflow: hidden;
    margin: 0 40px;
}
.thsn-testimonial-style-2 .themesion-box-img{
    position: relative;
    display: inline-block;
}
.owl-carousel .owl-item .thsn-testimonial-style-2 .themesion-box-img img,
.thsn-testimonial-style-2 .themesion-box-img img{
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 30px 50px rgba(0,0,0,.09);
    max-width: none;
}
.thsn-testimonial-style-2 .themesion-box-author {
    position: relative;
    padding-left: 0;
    text-align: center;
    display: inline-block;
}
.thsn-testimonial-style-2 .themesion-box-title{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    letter-spacing: 0;
}
.thsn-testimonial-style-2 span.thsn-designation {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.thsn-testimonial-style-2 blockquote{
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.thsn-testimonial-style-2 .themesion-box-content{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.thsn-text-color-white .thsn-testimonial-style-2 blockquote{
    color: #fff;
}
.thsn-testimonial-style-2 .themesion-box-img:after {
	background-color: var(--thsn-dentiq-global-color);
}

.thsn-testimonial-style-2 span.thsn-designation,
.thsn-testimonial-style-2 span.thsn-designation {
	color: var(--thsn-dentiq-global-color);
}

[data-columns="4"] .thsn-testimonial-style-2,
[data-columns="3"] .thsn-testimonial-style-2 {
	padding: 25px 20px;
	margin: 0 20px;
}
[data-columns="6"] .thsn-testimonial-style-2,
[data-columns="5"] .thsn-testimonial-style-2 {
	padding: 40px 20px;
    margin: 0;
}
[data-columns="6"] .thsn-testimonial-style-2 blockquote,
[data-columns="5"] .thsn-testimonial-style-2 blockquote {
    font-size: 22px;
    line-height: 30px;
}

@media (max-width: 991px){
	.thsn-testimonial-style-2 {
		padding: 40px 0px;
		margin: 0 15px;
	}
}
@media (max-width: 767px){
	.thsn-testimonial-style-2 .themesion-box-content .themesion-testimonial-text{
		font-size: 22px;
		line-height: 32px;
	}
}