.list_of_games_8 .section_text{margin-bottom:40px}.list_of_games_8 .items{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));row-gap:50px;column-gap:30px}.list_of_games_8 .item{width:100%;display:flex;flex-direction:column;justify-content:space-between}.list_of_games_8 .item_img{width:100%;position:relative;padding-top:92%}.list_of_games_8 .item_img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.list_of_games_8 .item_text{margin-top:15px}.list_of_games_8 .item_text h3{color:var(--title_color);margin-top:0}@media (max-width:767px){.list_of_games_8 .items{margin-top:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.list_of_games_8 .item_img{height:260px}}