﻿.employee-archive{padding:32px 0}
@media(max-width:576px){.employee-archive{padding:32px 0}
}.employee-archive .section-title{color:var(--color_bg-purple);font-weight:700;font-size:24px;line-height:normal;margin-bottom:32px}
.employee-archive .employee-list{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;row-gap:32px;margin-bottom:32px}
@media(max-width:768px){.employee-archive .employee-list{grid-template-columns:repeat(2,1fr);row-gap:16px}
}@media(max-width:576px){.employee-archive .employee-list{grid-template-columns:repeat(1,1fr)}
}.employee-archive .employee-list .employee{height:100%;max-height:450px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.employee-archive .employee-list .employee figure{min-height:329px;max-height:329px;width:100%}
.employee-archive .employee-list .employee figure picture{width:100%}
.employee-archive .employee-list .employee figure picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}
.employee-archive .employee-list .employee .employee-id{width:100%;height:100%;background-color:var(--color_bg-purple);padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}
.employee-archive .employee-list .employee .employee-id h3{font-weight:700;font-size:16px;line-height:normal;color:var(--color_text-white)}
.employee-archive .employee-list .employee .employee-id p{font-weight:300;font-size:16px;line-height:normal;color:var(--color_text-white)}