.n-people-card__wrapper{display:flex;flex-direction:column}.n-people-card__people-cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(max(250px, 25% - 20px), 1fr));gap:20px}@media only screen and (max-width: 767px){.n-people-card__people-cards{justify-items:center}}.n-people-card header h2{margin:0;font-weight:600;line-height:1.4}@media only screen and (min-width: 1025px){.n-people-card header h2{font-size:36px}}@media only screen and (max-width: 767px){.n-people-card header{text-align:center}.n-people-card header h2{font-size:28px}}.n-people-card__card{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;border-radius:20px;border:1px solid #e3e3e3;background:#ededed;max-width:350px;width:100%}.n-people-card__profile-link{position:absolute;inset:0;border-radius:20px;z-index:2}.n-people-card p{margin:0;padding:0}.n-people-card__headshot picture{display:flex;max-width:200px;max-height:200px;height:100vh;width:100vw;flex-shrink:0;position:relative}.n-people-card__headshot picture img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.n-people-card__info{display:flex;flex-direction:column;justify-content:space-between;padding:15px 50px 15px 26px;gap:10px;background:#f2fbfc;width:100%;border-radius:0 0 20px 20px;flex:1}.n-people-card__body{display:flex;flex-direction:column;gap:10px}.n-people-card__name{color:#000;font-family:"Libre Franklin",serif;font-size:16px;font-style:normal;font-weight:600;line-height:25.6px}.n-people-card__role{color:#000;font-family:"Montserrat";font-size:13px;font-weight:500;line-height:20.8px}.n-people-card__icons{display:flex;align-items:center;align-content:center;gap:0 17px;flex-wrap:wrap;position:relative;z-index:3}.editor-styles-wrapper .n-people-card__info{padding:0}