.section-title-h2{font-family:"Nunito Sans",sans-serif;font-size:42px;color:#000}
@media(max-width:992px){.section-title-h2{font-size:34px}
}
@media(max-width:480px){.section-title-h2{font-size:24px}
}
.section-subtitle{font-size:12px;text-transform:uppercase;letter-spacing:1.2px}
.employees-wrapper{opacity:1 !important;transition:opacity 300ms ease-in-out;overflow-x:hidden}
.employees-wrapper.employees-grey-background{margin-top:1em;background-color:#f3f3f3}
.employees-wrapper.initializing-animations{opacity:0}
.employees .employee{padding:1em 0}
.employees-wrapper .employees-subtitle{padding:2em 0;margin:0 auto}
.employees-subtitle{padding:2em 0;margin:0 auto}
.employee-item{display:flex;height:230px}
.employee-item .employee-item__image{width:33%}
.employee-item .employee-item__image img{height:100%;width:100%;object-fit:cover;object-position:center}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.employee-item .employee-item__image img{font-family:'object-fit: cover; object-position: center;'}
}
.employee-item .employee-item__detail{width:67%;padding:0 40px}
.employee-item .employee-item__detail .employee-item__detail__name-charge{text-transform:uppercase;font-size:16px;padding-bottom:1em;color:black}
.employee-item .employee-item__detail .employee-item__detail__charge{font-weight:bold}
.employee-item .employee-item__detail .employee-item__detail__desc{color:#666}
@media(min-width:768px) and (max-width:991px){.employee-item{height:auto}
}
@media(max-width:768px){.employee-item{flex-direction:column;height:auto}
.employee-item .employee-item__image{width:100%}
.employee-item .employee-item__detail{width:100%;padding:2em 1.5em}
}