.ry .speakers{display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin:32px 0}.ry .speaker{align-items:center;border:1px solid var(--border);border-radius:6px;display:flex;flex-direction:column;max-width:302px;padding:9px 12px 19px}.ry .speaker__info{text-align:center}.speaker__img{border:6px;margin-bottom:18px;max-height:213px}.speaker__img img{height:100%!important;object-fit:cover;width:100%}.ry .speaker__name{font-size:18px}.ry .speaker__role{font-size:15px;margin-top:4px}@media (max-width:640px){.ry .speakers{gap:24px;grid-template-columns:1fr}.ry .speaker{max-width:100%}.speaker__img{width:100%}.speaker__img img{border-radius:6px;height:100%!important}}