.employee-spotlights{display:grid;gap:48px;grid-template-columns:repeat(2,1fr)}.employee-spotlight{align-items:center;background:var(--white-base);border:1px solid var(--gray-base);display:flex;gap:32px;height:100%;justify-content:flex-start;padding:16px;transition:all .2s ease-in-out;width:100%}.employee-spotlight__thumbnail-wrapper{display:flex;flex-direction:column;height:100%}.employee-spotlight__thumbnail{display:block;flex:1 1 120px;height:120px;object-fit:cover;width:184px}.employee-spotlight__name{margin-bottom:2px}.employee-spotlight__role{color:var(--primary-base);letter-spacing:-.32px;margin-bottom:12px}.employee-spotlight .btn-wrapper{width:fit-content}@media (max-width:820px){.employee-spotlights{grid-template-columns:1fr}}@media (max-width:640px){.employee-spotlights{gap:24px}.employee-spotlight{flex-direction:column}.employee-spotlight__thumbnail-wrapper{height:300px;width:100%}.employee-spotlight__thumbnail{flex:1 1 100%;object-position:top;width:100%}}