section.games{background:url(img/bg-scaled.webp);padding:73px 0 72px}section.games ul{display:-ms-grid;display:grid;padding-top:57px;-ms-grid-columns:1fr 21px 1fr 21px 1fr;grid-template-columns:repeat(3,1fr);-ms-grid-rows:auto;gap:24px 21px;grid-template-rows:auto}section.games ul>:first-child{-ms-grid-column:1;-ms-grid-row:1}section.games ul>:nth-child(2){-ms-grid-column:3;-ms-grid-row:1}section.games ul>:nth-child(3){-ms-grid-column:5;-ms-grid-row:1}@media only screen and (max-width:991px){section.games ul{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:auto;grid-template-rows:auto}section.games ul>:first-child{-ms-grid-column:1;-ms-grid-row:1}section.games ul>:nth-child(2){-ms-grid-column:2;-ms-grid-row:1}}@media only screen and (max-width:575px){section.games ul{-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto;grid-template-rows:auto}section.games ul>:first-child{-ms-grid-column:1;-ms-grid-row:1}}section.games ul li{background-color:#fff;border-radius:12px;-webkit-transition:.3s;transition:.3s;width:100%}section.games ul li:hover{background-color:#dedede;-webkit-transition:.3s;transition:.3s}section.games ul li a{gap:12px;padding:16px 12px;text-decoration:none}section.games ul li a,section.games ul li a .img-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.games ul li a .img-bg{height:80px;width:80px;-webkit-box-pack:center;-ms-flex-pack:center;background-color:#f4f4f4;border-radius:11.43px;justify-content:center}section.games ul li a .img-bg img{height:56px;width:56px}section.games ul li a>span{color:#090909;font-size:24px;font-weight:600;line-height:120%}