.testimonial_slider .testimonial_slider-name, .testimonial_slider-link{
	color: #FFFF !important;
    font-size: 24px;
    font-family: 'Muli';
}

.testimonial_slider .slick-dots li button:before{
	content: ' '!important;
	background: white;
	height: 5px;
}

.testimonial_slider .slick-dots{
	text-align: left;
}

.testimonial_slider .slick-dots li, .testimonial_slider .slick-dots li button{
	height: 5px;
	padding: 0px;
}

.testimonial_slider .testimonial_slider-image{
    height: 300px;
    margin-right: 125px;
	margin-top: -190px;
}

.testimonial_slider .testimonial_slider-name{
    color: #FFFF !important;
    font-size: 20px;
    font-family: "Muli", Sans-serif;
    font-weight: bold;
}

.testimonial_slider .testimonial_slider-link-div{
	padding-bottom: 15px;
	width: 700px;
}

.testimonial_slider .testimonial_slider-content{
	padding-top: 100px;
    align-content: center;
    display: flex;
    justify-content: center;
/*     width: 700px; */
    flex-direction: column;
	float: left;
}

.testimonial_slider .testimonial_slider-image-div{
	margin-top:250px;
}

.testimonial_slider .testimonial_slider-course{
    color: #FFFF !important;
    font-size: 24px;
    font-family: "Muli";
	font-style: italic;
}

.testimonial_slider{
/* 	height: 500px; */
	height: auto;
}

/* Responsive */

@media only screen and (max-width: 1024px){
	.testimonial_slider .testimonial_slider-link-div{
		padding-bottom: 15px;
		width: 400px;
	}
}
@media only screen and (max-width: 768px){
	.testimonial_slider .testimonial_slider-link-div{
		padding-bottom: 15px;
		width: 300px;
	}

	.testimonial_slider .testimonial_slider-image{
		height: 270px;
		margin-right: 60px;
		margin-top: -140px;
	}
}

@media only screen and (max-width: 425px){
		.testimonial_slider .testimonial_slider-content{
		padding-top: 100px;
		align-content: center;
		display: flex;
		justify-content: center;
	/*     width: 700px; */
		flex-direction: column;
		float: left;
		text-align: center;
	}
	
	.testimonial_slider .testimonial_slider-image{
		height: 200px;
		margin-top: -140px;
	}
	
	.testimonial_slider .slick-dots{
		text-align: center;
	}
}