.games-list{list-style-type:none;counter-reset:section;padding-inline-start:0}.games-list .game-item{position:relative;border:1px solid rgba(0,0,0,.1);margin-bottom:.5rem;padding:1rem 1rem 1rem 3rem;display:flex;align-items:center}.games-list .game-item::before{counter-increment:section;content:counter(section) ". ";position:absolute;top:50%;left:0;transform:translate(0,-50%);color:#c4c4c4;margin-left:1rem}.games-list .game-item img{padding-right:2rem;width:8rem}.games-list .game-item__info{width:100%;display:flex;flex-direction:column;justify-content:space-between}@media (min-width:768px){.games-list .game-item__info{flex-direction:row}}.games-list .game-item__info strong{flex-basis:50%}.games-list .game-item__info .rtp{color:#ac0265;font-weight:700}