.panel-list-wrapper{align-items:center;background:transparent;display:flex;flex-direction:column;flex-wrap:wrap;font-family:var(--module-font-family);justify-content:center;margin:0 auto;max-width:1372px;padding:20px 0;width:100%}.panel-list-inner{width:100%}.panel-list__content-top{width:100%}.panel-list__content-bottom,.panel-list__content-top{align-items:center;display:flex;justify-content:flex-start}.panel-list__content-bottom{flex-direction:row;flex-wrap:wrap;gap:32px}.panel-list__panelist{align-items:center;background:var(--module-white);border-radius:8px;display:flex;flex:0 1 31.5%;flex-direction:column;min-width:360px;padding:32px;text-align:center}.panel-list__image{border-radius:50%;height:200px;margin-bottom:20px;object-fit:cover;width:200px}.panel-list__name{color:var(--module-primary-blue);display:block;font-size:var(--module-font-size-md);text-decoration:none}.panel-list__name a:hover{cursor:pointer}.panel-list__company,.panel-list__job-title{color:var(--module-darker-navy);display:block;font-size:var(--module-font-size-xs);font-style:italic}@media (max-width:767px){.panel-list{align-items:center;flex-direction:column}.panel-list__content-bottom{justify-content:center}.panel-list__panelist{margin-bottom:30px}}