article {
 // margin: 20px auto;
  min-width: 100% !important;
  padding: 1em;
  //font-family: sans-serif;
  font-weight: normal;
  font-size: 1em;
  color:#FFC345;
}

.quote > i{text-align:center;display:block;font-size:40px;color:#333;}

p.person-quote{font-size:13px;color:#808080;}

.quote {
	//height:200px;
	min-width:100% !important;
  background: #f2f2f2;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align:center !important;
}

article div div div div > p{
	width:100%;
	font-weight:lighter !important;
text-align:center !important;
font-family: 'Open Sans', sans-serif !important;
letter-spacing:0.15em;
}


/*
.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #3E3831 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}
*/

.student {
  margin-left: 25px;
  margin-bottom: 80px;
}

.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}

.student p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}

.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}