main{margin:10px 0 100px 0;width:auto;text-align:start;display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 200px)}h2{font-size:20px;font-weight:600;padding:6px 0 2px 0;text-align:center}p{text-align:center;font-size:15px;text-align:center;color:#6e6e6e}.players{gap:50px;display:grid;margin:20px 80px 200px}@media screen and (min-width:1025px){.players{grid-template-columns:repeat(3,240px);grid-template-rows:repeat(5,300px);gap:80px}}@media screen and (min-width:768px) and (max-width:1024px){.players{grid-template-columns:repeat(2,240px);grid-template-rows:repeat(8,300px)}}@media screen and (max-width:767px){.players{grid-template-columns:repeat(1,240px);grid-template-rows:repeat(15,300px);gap:80px}h1{margin:1rem 0 2rem}}.player{height:240px;width:240px}.player-img{background-color:#fff;display:flex;justify-content:center;align-items:center;border-radius:10px;width:100%;height:100%}img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%}