.employee {
background-color: #f4f4f4;
text-align: left;
}
.employee ul {
padding: 0 0 0 10px;
}
.employee .employee-image img {
width: 100%;
}
.employee .employee-text {
padding: 1.5rem;
}
.employee .employee-text h3 {
margin-bottom: 0.5rem;
}
.employee .employee-text > *:first-child {
margin-top: 0;
}
.employee .employee-text > *:last-child {
margin-bottom: 0;
}
.page-section.style-light .employee {
background-color: #ffffff;
}