.edgespeakers{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.edgespeakers__speakers{display:grid;gap:30px;grid-template-columns:repeat(4,minmax(0,1fr))}@media only screen and (max-width:1199px){.edgespeakers__speakers{gap:15px}}@media only screen and (max-width:991px){.edgespeakers__speakers{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:575px){.edgespeakers__speakers{gap:20px;grid-template-columns:repeat(1,minmax(0,1fr))}}.edgespeakers__speaker{border-radius:20px;display:flex;flex-direction:column;line-height:1.2;padding:20px}.edgespeakers__speaker:nth-child(8n+1){background:#aaf8e5}.edgespeakers__speaker:nth-child(8n+2){background:#e6c9ff}.edgespeakers__speaker:nth-child(8n+3){background:#a7d8fa}.edgespeakers__speaker:nth-child(8n+4),.edgespeakers__speaker:nth-child(8n+5){background:#ffe3ed}.edgespeakers__speaker:nth-child(8n+6){background:#a7d8fa}.edgespeakers__speaker:nth-child(8n+7){background:#e6c9ff}.edgespeakers__speaker:nth-child(8n+8){background:#aaf8e5}.edgespeakers__speaker.hide{display:none}.edgespeakers__speaker__img img{aspect-ratio:2/3;border-radius:20px;max-height:360px;object-fit:cover}@media only screen and (min-width:768px) and (max-width:1199px){.edgespeakers__speaker__img img{max-height:310px}}@media only screen and (max-width:991px){.edgespeakers__speaker__img img{aspect-ratio:1}}.edgespeakers__speaker__name{font-size:25px;font-weight:700;margin:20px 0 15px}.edgespeakers__speaker__position{font-size:18px}.edgespeakers__speaker__logo{margin-top:auto}.edgespeakers__speaker__logo img{height:auto;margin-top:30px;max-height:40px;max-width:140px;width:auto}.edgespeakers__more{margin-top:60px}