/*==============================
=            Quotes            =
==============================*/
.quote-1 {
	padding: 60px 0;
	font-size: 30px;
	text-align: center;
	font-style: italic;
}
.quote-1 .fa {
	color: #f45dba;
}
.quote-1 p {
	line-height: 35px;
}
.quote-1 .author {
	font-size: 18px;
	font-weight: 700;
	color: #f45dba;
	font-style: normal;
}
.quote-1 .avatar {
	width: 80px;
	height: 80px;
	border: 2px solid transparent;
}
.quote-1 .avatar:hover {
	border: 2px solid #f45dba;

}

/*-----  End of Quotes  ------*/

