section.md-testimonial-section {
	background: #F8F6F4;
}

.md-testi-container .md-testi-left {
    padding-left: 0;
    padding-right: 0;
}

.md-testi-container {
	float: left;
	width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}
.md-testi-right-all-box {
	height: 100%;
	padding: 90px 65px;
}
h2.md-testi-title.section-title {
	margin-bottom: 50px;
}


.md-testi-holder {
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.md-testi-left img {
	min-width: 80px;
}
.md-testi-holder:not(:last-child) {
	margin-bottom: 40px;
}
p.md-single-testi-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	color:#222222;
	
}
p.md-testi-name {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	text-align: left;
	color: #222222;
	text-transform:uppercase;
}

.md-testi-container .md-testi-left:not(.md-testi-holder .md-testi-left) {
/* 	padding: 0 15px; */
	background: #F8F6F4;
}

section.md-testimonial-section {
	padding: 50px 0;
}

.md-testi-right-all-box {
	height: 100%;
	padding: 50px 30px;
}


@media all and (min-width: 768px){

	section.md-testimonial-section {
		padding: 30px 0 70px;
	}

	.md-testi-holder {
		gap: 25px;

	}

	.md-testi-right-all-box {
		padding: 70px 40px;
	}

	.md-testi-holder {
		flex-direction: row;
	}

	h2.md-testi-title.section-title {
		margin-bottom: 70px;
	}

/* 	.md-testi-container .md-testi-left:not(.md-testi-holder .md-testi-left) {
		padding: 0px;
	} */

}

@media all and (min-width: 992px) {

	.md-testi-left.col-xs-12.col-md-5 img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.md-testi-right-all-box {
		padding: 70px 30px;
	}


}
@media screen and (min-width:1200px){
	    section.md-testimonial-section {
        padding: 70px 0 150px;
    }
}

@media all and (min-width: 1400px) {
	.md-testi-right-all-box {
		padding: 91px 82px 85px 82px;
	}

	h2.md-testi-title.section-title {
		margin-bottom: 70px;
	}
}

@media all and (min-width: 1500px) {
	section.md-testimonial-section {
		padding: 0 0 160px 0;
	}
}

@media all and (min-width: 1700px) {

	.md-testi-right-all-box {
		height: 100%;
		padding: 90px 65px;
	}

	section.md-testimonial-section {
		padding: 0 0 197px 0;
	}
}

@media screen and (max-width:991px){
.md-testi-left {
    display: none;
}
	.md-testi-holder .md-testi-left{
		display:block!important;
	}
}

@media screen and (max-width:767px){
	section.md-testimonial-section .md-testi-all-holder,.md-testi-container .md-testi-left,.md-testi-container .md-testi-right{
		padding-left:0;
		padding-right:0;
	}
	
}
