.teacher{
    padding: 60px 0;
    .teacher_wrapper{
        padding-top: 40px;
        .teacher_wrap{
        box-shadow: 0 1px 1px 1px rgba(0,0,0,.129) ;
        border-radius: 12px;
        overflow: hidden;
        height: 320px;
            .teacher_img{
                height: 220px;
                width: 100%;
                img{
                    height: 100%;
                    width: 100%;
                    object-fit: cover; 
                } 
            }
            .teacher_name{
                font-size: 18px;
                font-weight: 500;
                color: $black; 
                text-transform: uppercase;
                padding: 10px 0 4px 0;
                text-align: center;
            }
            .teacher_title{
                font-size: 16px;
                font-weight: 500;
                color: $primaryColor;
                text-align: center;
            }
        }
    }
}