.in_game_grid{display:flex;flex-direction:column;-webkit-box-align:center;align-items:center}.in_game_items{display:grid}@media (min-width:1200px){.in_game_items{gap:1.6rem;grid-template-columns:repeat(6,minmax(162px,1fr))}}@media (min-width:992px){.in_game_items{gap:1.6rem}}.in_game_items a{border-radius:8px;display:flex;flex-direction:column;overflow:hidden;width:100%}.in_game_items img{aspect-ratio:173/120;object-fit:cover;object-position:center center;width:100%}.in_game_items p{display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;background:#fb8e31;color:#fff;font-size:1.2rem;font-weight:700;height:3.8rem;justify-content:center;line-height:1.6rem;margin:0;padding:0 .2rem;text-align:center}