.people .people-list{list-style-type:none;padding-inline-start:0;display:grid;gap:40px}@media (width >= 0){.people .people-list{grid-template-columns:1fr;justify-items:center}}@media (width >= 768px){.people .people-list{grid-template-columns:repeat(2,1fr);justify-items:stretch}}@media (width >= 1440px){.people .people-list{gap:var(--gap-lg)}}.people .people-list li{display:flex;flex:1;align-self:stretch}.people .people-list li:nth-child(odd):last-child{grid-column:1/-1;justify-self:center}@media (width >= 0){.people .people-list li:nth-child(odd):last-child{width:100%}}@media (width >= 768px){.people .people-list li:nth-child(odd):last-child{width:50%}}.person-card{background-color:#fff;border:1px solid var(--gray-300);border-radius:var(--radius-md);box-shadow:var(--shadow-dark-2);padding:40px;width:100%}.person-card .person-card-header{display:flex;flex-direction:column;gap:var(--gap-lg);padding-bottom:20px;border-bottom:1px solid var(--gray-200);margin-bottom:20px}@media (width >= 768px){.person-card .person-card-header{flex-direction:row}}.person-card .person-card-header .person-card-avatar{width:132px;height:132px;border-radius:50%}.person-card .person-card-header .person-card-header-main .person-card-name{color:var(--gray-dark-700);font-family:var(--font-poppins);font-weight:var(--font-weight-semibold);font-size:var(--font-size-3xl);line-height:var(--line-height-3xl)}.person-card .person-card-header .person-card-header-main .person-card-job-title{color:var(--gray-dark-800);font-family:var(--font-lato);font-weight:var(--font-weight-normal);font-size:var(--font-size-base);line-height:var(--line-height-base)}.person-card .person-card-header .person-card-header-main .person-card-job-title.bitdots{font-family:var(--font-inter)}.person-card .person-card-header .person-card-header-main .person-card-company{margin-top:8px;margin-bottom:8px;color:var(--brand-1-600)}.person-card .person-card-header .person-card-header-main .person-card-company.bitdots{color:var(--primary-bit-orange-500)}.person-card .person-card-header .person-card-header-main .person-card-social{display:flex;gap:12px}.person-card .person-card-header .person-card-header-main .person-card-social .social-icon{color:var(--gray-700)}.person-card .person-card-content.bitdots p{font-family:var(--font-inter)}.person-card .person-card-content.bitdots p a{color:var(--primary-teal-600)}
