.speakers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;padding:0 4rem;justify-items:center}.card-s{box-shadow:0 6px 15px rgba(0,0,0,.1);padding:20px;height:350px;width:225px;border-radius:1rem;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#ffffff,#f0f9ff);transition:transform .3s,box-shadow .3s}.card-s:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 10px 25px rgba(0,0,0,.15)}.s-logo{width:120px;height:120px;margin-bottom:1rem}.s-logo img{border-radius:50%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:3px solid #4f46e5}.text-s{text-align:center}.speakerTitle{border-bottom:1px solid #d1d5db;padding-bottom:.5rem;margin-bottom:.5rem;color:#1e40af}.speakerDescription{display:block;margin-top:.25rem}@media screen and (max-width:768px){.speakers-grid{padding:0 2rem;gap:1.5rem}.card-s{width:195px;height:330px}}