.teacher {
     padding: 25px 0;
    .teacher_content {
        .section_heading{
            text-align: center;
            i{
                font-size: 38px;
                color: $primaryColor;
            }
            h4{
                font-size: 28px;
                font-weight: 500;
                color: $black;
                text-transform: uppercase;
                padding: 15px 0 0 0;
                span{
                    color: $primaryColor;
                }
            }
            p{
             text-align: center;
             font-size: 15px;
             font-weight: 400; 
             line-height: 24px;
             color: $text;
             padding: 20px 120px;
         }
        }
        .teacher_wrap{
            .teacher_card{
              .teacher_img{
                  height: 280px;
                  width: 100%;
                  img{
                      height: 100%;
                      width: 100%;
                      object-fit: cover;
                  }
              }
              .teacher_text{
                  padding: 12px;
                  text-align: center;
                   h4{
                      font-size: 20px;
                      color: $black;
                      font-weight: 500;
                   }
                   p{
                      font-size: 13px;
                      color: $text;
                      font-weight: 400;
                      text-align: center;
                      line-height:10px;
                   }
                   .teacher_btn{
                      img{
                        width: 50px;
                      }
                   }
              }
            }
          }
    }
}