/* ============ block view ============ */
.person.card,
.person.card-img-top{
    border-radius: 0;
    border: none;
}

.person.card{
    text-align: center;
    color: #fff !important;
    padding: 15px;
}

.person.card-body{
     background: #42748d;
}
.person.card-body a, 
.employee-content span{
    color: white;
}

.person.card h4, h5{
    font-weight: 700;
}

.person.card-body a{
    margin-top: 10px;
}
.employee-content{
    margin-bottom: 20px;
}

/* ============ block end ============ */

/* ============ mobile view ============ */
@media only screen and (max-width: 990px){
    .person.card{
        padding: 10px;
    }
}
/* ============ mobile end ============ */

/* ========= desktop view start ==============*/

@media only screen and (min-width: 990px){
    .person.card-body {
    height: 150px;
}
}

/* ========= desktop view end ==============*/