.bg1 {
	max-width: 2560px;
	height: 200px;
	background: url(/images/banner_testimonials.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width:576px) {
	.bg1 {
		height: 300px;
	}
}
@media (min-width:992px) {
	.bg1 {
		height: 500px;
	}
}


.bg1 p {
	margin: 0 auto;
	max-width: 1200px;
	width:90%;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
	line-height: 1.5;
	text-align: left;
	font-style: italic;
}
.bg1 p span {
	font-size: 1.4rem;
	font-style: normal;
}
.bg1 p em {
	display: inline-block;
}

@media (min-width:576px) {
	.bg1 p {
		font-size: 1.8rem;
	
	}
	.bg1 p span {
		font-size: 1.5rem;
	}
}
@media (min-width:768px) {
	.bg1 p {
		font-size: 2rem;
		
	}
	.bg1 p span {
		font-size: 1.6rem;
	}
}
@media (min-width:768px) {
	.bg1 p {
		font-size: 2.5rem;	
	}
	.bg1 p span {
		font-size: 1.7rem;
	}
}
@media (min-width:992px) {
	.bg1 p {
		font-size: 3.8rem;
		
	}
	.bg1 p span {
		font-size: 1.8rem;
	}
}
@media (min-width:1200px) {
	.bg1 p {
		font-size: 4.5rem;
		
	}
	.bg1 p span {
		font-size: 1.9rem;
	}
}
@media (min-width:1400px) {
	.bg1 p {
		font-size: 5rem;
	}
	.bg1 p span {
		font-size: 2rem;
	}
}

.sectiontesti {
	padding: 30px 5%;
	background: url(/images/bgprofile.gif) #fff center top no-repeat;
}

.sectiontesti .header {
	padding: 1em 0;
}

.sectiontesti h1 {
	padding-top: 28px;
	background: url(/images/icon_flower.png) top center no-repeat;
	text-align: center;
	color: #9a8ea4;
	font-size: 3rem;
	
}
@media (min-width:576px) {
	.sectiontesti {
		padding: 50px 5%;
	}
	.sectiontesti h1 {
		font-size: 4rem;
	}
}
@media (min-width:992px) {
	.sectiontesti {
		padding: 103px 5%;
	}
	.sectiontesti h1 {
		font-size: 5rem;
	}
}
.sectiontesti h2 {
	text-align: center;
	font-size: 2.4rem;
	padding:20px 0;
}
@media (min-width:992px) {
	.sectiontesti h2 {
		font-size: 3.4rem;
	}
}
.programs {
	padding: 50px 0 30px;
}
.programs>p {
	text-align: center;
	font-weight: 300;
}

.sectiontesti .lists ul {
	padding-top: 30px;
	margin:0 auto;
	max-width: 1160px;
	width:90%;
	list-style-type: none;
	padding-left: 0;
}

.sectiontesti .lists li {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: solid 1px #ccc;
}
.sectiontesti .lists li:last-child {
	border:0;
}
.sectiontesti .lists h2 {
	background: url(/images/icon_doublequote.gif) left top no-repeat;
	text-align: left;
	
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	padding-top: 30px;
}

.sectiontesti .lists .para {
	font-size: 1.6rem;
	padding-bottom: 20px;
}
.sectiontesti .lists .name {
	color: #9a8ea4;
	font-weight: 700;
}
@media (min-width:992px) {
	.sectiontesti .lists li:nth-child(1) {
		background: url(/images/icon_testimonial1.gif) left top no-repeat;
	}
	.sectiontesti .lists li:nth-child(2) {
		background: url(/images/icon_testimonial2.gif) left top no-repeat;
	}
	.sectiontesti .lists li:nth-child(3) {
		background: url(/images/icon_testimonial3.gif) left top no-repeat;
	}
	.sectiontesti .lists li:nth-child(4) {
		background: url(/images/icon_testimonial4.gif) left top no-repeat;
	}
	.sectiontesti .lists li:nth-child(5) {
		background: url(/images/icon_testimonial5.gif) left top no-repeat;
	}
	.sectiontesti .lists h2 {
		margin-left: 245px;
	}
	.sectiontesti .lists p {
		margin-left: 245px;
	}
}