 /*.staff {
            height:350px;
        }
        .staff .img-wrap {
            height: 140px !important; 
        }
        .staff .img {
            width: 70%;
            display: block;
            background-position: top center;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            position: relative; }
        .staff .img:after {
            position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: #fff;
              content: '';
              opacity: 0;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              transition: all 0.3s ease; }
       @media (max-width: 767.98px) {
            .staff .img-wrap {
                height: 150px; 
            }   
        }*/

.staff {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    min-height: 320px;
}

.staff:hover {
    transform: translateY(-5px);
}

.img-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.staff .pt-3 {
    padding-top: 2px !important; /* reduce top space of text */
}

.staff .staff-head {  
    position: relative;
    font-family: Lato;
    color: #ea1d5d;
    font-weight: 600;
    margin-top:-1in;   /* control gap from image */
    margin-bottom: 4px;
    font-size: 16px;
    letter-spacing: 0.04em;
}

.staff .sub-head {
    text-transform: uppercase;
    color: #207dff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-family: poppins;
    padding: 0 5px;
    text-align: center;
    letter-spacing: 0.04em;
}

.staff .para{
    color:#000000;
    font-size: 14px;
     font-weight: 600;
    font-family: poppins;
    padding: 0 5px;
    text-align: center;
    letter-spacing: 0.04em;
}