
.about__hr {
	border-color: #616161;
	border-width: 1px;
}

.about__title {
	font-size: 24px;
	font-weight: 600;
	color: #494949;
	line-height: 40px;
	padding-top: 15px;
}

.about__content p{
    padding-top: 15px;
    font-size: 18px;
    font-family: "adelle", serif;
    color: #494949;
    line-height: 30px;
}
.about__content{
	padding:0px;

}

/*
|--------------------------------------------------------------------------
| TESTIMONIAL 
|--------------------------------------------------------------------------
*/

.about .mainFeature__content {
	margin-top: 320px;
}


.testimonials {
	text-align: center;
}

.testimonails__column {
	text-align: center;
	margin:40px 0px;
}

.testimonial__img {
	height:150px;
	width:150px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	display: inline-block;
	margin-bottom: 20px;
	background-color:#D5D5D5;
}


.testimonial__quote {
	font-size: 18px;
	font-style: italic;
	color: #494949;
	line-height: 26px;
	margin: 0 10px 10px 10px;
	font-family: "adelle", serif;
}

.testimonial__subtitle {
	font-size: 14px;
	color: #494949;
	font-weight: 100;
	
}


/*
|--------------------------------------------------------------------------
| SPONSORS 
|--------------------------------------------------------------------------
*/


.about__title {
	margin-bottom: 60px;
	
}

.sponsors {
	text-align: center;
}

.sponsors__column {
	height:200px;
}

.sponsors__column img {
	width:100%;
}

.sponsors__img {
	width: 100px;
}

/*
|--------------------------------------------------------------------------
| CONTACT 
|--------------------------------------------------------------------------
*/

.contact {
	text-align: center;
	padding-bottom: 30px;
}

.contact__item {
	padding: 20px 0;
}

.contact__item {
	text-align: left;
	font-size: 16px;
}

.contact__name{
	text-transform: uppercase;
	font-weight: 900;
}

.contact__position{
	font-weight: 600;
	color: #8B8B8B;
	display:block;
}

.contact__email{
	color: #8B8B8B;
	display:block;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.sponsors__column img {
		width:80%;
	}

	.contact {
	    padding-bottom: 50px;
	}

	.about__title {
	    padding-top: 25px;
	}

	.about__content{
		padding:20px 0px;
		
	}

}