#quotes {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#quotes li {
    list-style-type: none;
    position: relative;
    width: 100%;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin-top: 0px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
#quotes li .testimonial_content {
	padding-right: 60px;
	text-align: center;
	font-size: 20px;
	padding-left: 60px;
	color: #FFFFFF;
    line-height: 180%;
}
#quotes li .testimonial_content b {
    font-size: 22px;
}
.testimonial_content:before {

    content: url(/images/quote.png);/*url of image*/
height: 33px;/*height of image*/
width: 40px;/*width of image*/
position: absolute;
left: 0px;
}
.testimonial_content:after {

    content: url(/images/quote.png);/*url of image*/
height: 33px;/*height of image*/
width: 40px;/*width of image*/
position: absolute;
right: 0px;
}

#quotes li .testimonial_organisation {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 10px;
	box-sizing: border-box;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
	color: #FCEE21;
}
#testimonial_index {
	    padding: 0px;
    margin: 0px;
    width: 100%;
}

#testimonial_index li {
	padding: 50px;
	list-style: none;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

#testimonial_index li p.testimonial_name {
	font-weight: bold;
	color: #1B1464;
	font-size: 18px;
}
#testimonial_index li:before {

    content: url(/images/quote.png);/*url of image*/
height: 33px;/*height of image*/
width: 40px;/*width of image*/
position: absolute;
left: 0px;
top: 0px
}
#testimonial_index li:after {

    content: url(/images/quote.png);/*url of image*/
height: 33px;/*height of image*/
width: 40px;/*width of image*/
position: absolute;
right: 0px;
}
@media (max-width: 960px) {

}
@media (max-width: 850px) {

}

@media (max-width: 780px) {

}
@media (max-width: 650px) {


}

@media (max-width: 480px) {

}
}

@media (max-width: 360px) {

}