.listing {
 background-color: white !important; 
}
.team-card-act {
 width: 275px !important;
  padding 0px 0px 0px !important;
  margin-bottom: 10px;
}

.team-card-act {
 background-color: transparent !important; 
}
.team-card__img {
  width: 275px !important;
  height:275px !important;
  border-radius: 4px !important;
  
}
.team-card--shadow{
  box-shadow: none !important;
}
.team-card__txt_emp {
  padding: 4px;
  min-height: 120px;
}
.emp-name {
      color: #404040;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}
.emp-role {
 color: #f18014; 
   font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
}

.emp-quote { 
   font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}