.poker-hands__cards{margin:0 auto;max-width:960px;padding:23px 0 0}@media(width>=768px){.poker-hands__cards{display:grid;grid-auto-rows:1fr;grid-gap:10px;grid-template-columns:1fr 1fr}}.poker-hands__cards .poker-hand-card{align-items:center;background-color:var(--light);border-radius:4px;box-shadow:0 3px 6px var(--dropshadow);display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:10px;padding:28px 24px;text-align:center}.poker-hands__cards .poker-hand-card>:last-child{margin-bottom:0}@media(width>=768px){.poker-hands__cards .poker-hand-card{margin-bottom:0}}.poker-hands__cards .poker-hand-card img{max-width:190px}@media(width>=375px){.poker-hands__cards .poker-hand-card img{max-width:unset}}.poker-hands__cards .poker-hand-card h3{margin-top:10px}