.section {padding: 100px 0;}
.section-title {text-align: center;margin-bottom: 30px;}
.section-title h2,.feature-content h2 {font-size: 28px;text-align: center;}
.section-title p {text-align: center;margin: 0;font-size: 14px;}

/* .feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 25px;
} */
.testimonial>p{
	text-indent: 25px;
	line-height: 28px;
	height: 416px;
	overflow: hidden;
}
.testimonial>a{
	text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #2196f3;
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 5px;
    float: right;
}
.testimonial.showContent a.readmore-btn{background: red;}
.testimonial>a:hover{box-shadow: 0 5px 5px rgba(0,0,0,0.2);color: #fff;}
.testimonial.showContent>p{height: auto;}
.teacher-panel h3{
	font-size: 16px;
    margin: 10px 0;
}
.teacher-panel p{
	font-size: 13px;
	margin: 0;
}
@media (max-width: 768px) {
  .feature .feature-content h2,
.feature .feature-content p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .feature .testimonial {
    text-align: center;
  }
}
.feature .testimonial p {
  font-family: "Lora", serif;
  margin-bottom: 10px;
  color: #242424;
}
.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}
.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
.pull-top {
  margin-top: -100px;
  padding: 0 0 40px 0;
}
