@charset "utf-8";
/* CSS Document */


.quote {
  background: #EBEBEB;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align:center;
  font-family::"CartoGothicStdBook",Arial,Helvetica,sans-serif;
  font-weight:600;
  font-size:14px;
  color:#535353;
}


.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;
  
  
}

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

.student p {
	color:#535353;
  position: relative;
  /*top: 2px;*/
  /*text-transform: uppercase;*/
  
}

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

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

