.speakers{display:grid;grid-template:auto / repeat(2,1fr);grid-gap:1rem}@media screen and (min-width: 600px){.speakers.previously{grid-template:auto / repeat(4,1fr);grid-gap:1rem}}@media screen and (min-width: 1000px){.speakers{grid-template:auto / repeat(4,1fr)}.speakers.previously{grid-template:auto / repeat(6,1fr)}}@media screen and (min-width: 1200px){.speakers{grid-template:auto / repeat(4,1fr)}.speakers.previously{grid-template:auto / repeat(6,1fr)}}.speaker h3{margin-top:1rem;margin-bottom:0}.speakers.previously .speaker h3{font-size:20px;margin-top:.5rem}.speaker footer{margin-top:1rem;display:none}@media screen and (min-width: 600px){.speaker footer{display:block}}.speaker a{color:var(--color-highlight)}.speaker{text-align:left;background-color:#fff;padding:0;box-shadow:0 .5rem 1rem #00000026!important;border:10px solid #fff;max-width:300px;color:#000}@media screen and (min-width: 600px){.speaker{border:20px solid #fff}}.speaker img{max-width:100%;aspect-ratio:1/1;height:auto}.speaker h3{font-weight:300}
