/* cards */
.card-equal-h{
 height: 100%;
}
.emp_exp .nav.tabs-withdot .nav-item{
 margin-right: 15px;
  padding-right: 15px;
}
.emp_card{
text-align: center;
background: #f8f8f8;
padding: 24px 30px 70px 30px;
}
.emp_card .card-header{
border: none;
}
.emp_card .card-header img{
width: 150px;
height: 150px;
border: solid 5px #fff;
border-radius: 50%;
}
.emp_card .card-footer{
left: 0;
bottom: 10px;
}
.emp_card .card-footer .d-flex{
display: block!important;
}
 .emp_card .card-body{
            padding-bottom: 20px;
                }
@media (max-width: 767px){
.emp_card .card-header{
    padding: 0;
        }

.emp_card .card-header img{
    width: 100px;
            height: 100px;
        }
}
/* @end experience cards */