section.participants{grid-gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-auto-rows:auto;margin:.5rem;display:grid}@media (width>=500px){section.participants{grid-gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,150px));margin:1rem}}@media (width>=1000px){section.participants{grid-gap:2rem;justify-content:center;margin:4rem}}section.participants .participant{text-align:center;flex-direction:column;align-items:center;margin-bottom:1rem;display:flex}section.participants .participant h3{margin:1rem 0 0;font-size:16px}section.participants .participant h3 small{font-weight:400}section.participants .participant img.avatar{border-radius:100%;width:100%;max-width:150px;box-shadow:0 0 7px #0000002e}section.participants img.icon,section.participants .svg-inline--fa{color:#8eabc8;width:24px;height:24px}section.participants nav{flex-wrap:wrap;justify-content:center;align-items:center;margin-top:.5rem;display:flex}section.participants nav a+a{margin-left:.5rem}
