h2 {
  margin-top: 40px;
  font-weight: 200;
  color: #333;
}

.centered-text {
  text-align: center;
}

.quote {
  background: #ebf3f5;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #ebf3f5 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: -32px;
}

.student {
  margin-left: 25px;
  margin-bottom: 80px;
}
.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 184px;
  height: 184px;
  float: center;
  margin-right: 10px;
}
.quote p {
  position: relative;
  top: 5px;
}
.quote p.fullname {
  float: right;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: -2px;
  text-transform: uppercase;
}
.quote p.about,
.quote p.place {
  float: right;
  font-size: 14px;
  color: #777;
  margin-bottom: -2px;
  text-transform: uppercase;
}
.left-arrow {
	display: inline-block;
	position: relative;
	background: #ebf3f5;
	padding: 15px;
}
.left-arrow:after {
	content: '';
	display: block;  
	position: absolute;
	right: 100%;
	top: 20%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 16px solid #ebf3f5;
	border-bottom: 16px solid transparent;
	border-left: 16px solid transparent;
}