/* Start Featured Teachers */
section.featured-teachers h2 {
    font-family: cocogoose, sans-serif;
    font-weight: 400;
    font-size: 25px;
  }
  
  section.featured-teachers h2.title::after {
    content: '';
    display: block;
    border: 1px solid #ec5242;
    width: 45px;
    margin: 10px auto;
  }
  
  section.featured-teachers #teachers .teacher {
    height: 130px;
    margin-bottom: 90px;
  }
  
  section.featured-teachers #teachers .teacher h4 {
    color: #ec5242;
    font-size: 12px;
  }
  
  section.featured-teachers #teachers .teacher p {
    color: #272a31;
  }