.testimonials-section {width: 100%; height: auto; display: block; position: relative; }
.testimonials-section .testimonials-wrap {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}

.testimonials-section .testimonials {
    position: relative;
    min-width: 350px;
    max-width: 350px;
    margin-right: 30px;
    background: #da1f39;
    padding: 0 20px 20px 50px;
}
.testimonials-section .testimonials:last-child{
	margin-right: 0;
}

.testimonials-section .testi-quote svg{
	fill:#fff;
}

.testimonials-section .testimonials p{
	color:#fff;
	padding: 25px 0;
	margin: 0;
}

.testimonials .testimonials_image{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.testimonials .testimonials_image h4 {
	color:#fff;
	font-size: 18px;
	flex:1 0 0%;
	padding-left: 30px;
	margin: 0;
}

.testimonials .testimonials_image img{
	width: 70px;
	height: 70px;
	border-radius: 100%;
}
.testimonials-section .mCustomScrollBox{
	height: auto;
}

.testimonials-section .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #DBDBDB;
	height: 13px !important;
	margin: 0 !important;
	border-radius: 0;
}

.testimonials-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 0;
	background-color: #DA1F39;
}

.testimonials-section .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 13px !important;
	margin: 0 !important;
}

.testimonials-section .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, 
.testimonials-section .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.testimonials-section .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color:#143760;
}

.testimonials-section .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 350px !important;
}
.testimonials-section h2{

    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin-bottom: 35px;
    text-align: center;
}


@media (max-width:992px){
	.testimonials-section h2{
		font-size: 35px;
	}

	.testimonials-section .testimonials p{
		padding: 20px 0;
	}
}


@media (max-width:767px){
	.testimonials-section .testimonials{
		padding: 0 20px 20px 26px;
	}

	.testimonials .testimonials_image img{
		width: 60px;
		height: 60px;
	}
}

@media (max-width:640px){
	.testimonials-section h2{
		font-size: 30px;
	}
}