.employee-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.employee-cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:420px;min-width:350px;position:relative;width:calc(33.333% - 13.33px)}.employee-cards__text a{text-decoration:none}.employee-cards__text a:hover{color:#fff;text-decoration:none}.employee-cards__image img{display:block;height:100%;object-fit:cover;width:100%}.employee-cards__image{height:270px;margin-bottom:-9px;margin-left:-4px;overflow:hidden;padding:8px;position:relative;width:100%}.employee-cards__text{background-color:#333;clip-path:polygon(0 0,100% 0,100% 100%,15px 100%);color:#fff;height:135px;line-height:16px;overflow:hidden;padding:35px 35px 10px;position:relative;width:98%;z-index:0}.employee-cards__text a{font-family:Avenir-Black}.employee-cards__text p{font-family:Avenir-Medium;font-size:10pt}.employee-cards__text .employee-cards__text-title span{color:#fff;font-family:Avenir-Black;font-size:10pt;font-weight:700}.employee-pagination-dots{display:flex;gap:12px;justify-content:center;margin-top:20px}.employee-cards-wrapper .employee-list-dot{background:#ccc;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin-right:6px;transition:background .3s ease;width:10px}.employee-list-dot.active,.employee-list-dot:hover{background:#666;opacity:1}@media (max-width:1299px){.employee-cards__card{max-width:380px;width:calc(50% - 10px)}}@media (max-width:800px){.employee-cards__image{height:250px!important}}