.list_of_games_1 .fade_in_right{opacity:0;transition:transform 1s;transform:translate(100%,0)}.list_of_games_1 .fade_in_left{opacity:0;transition:transform 1s;transform:translate(-100%,0)}.list_of_games_1 .fade_in_top{opacity:0;transition:transform 1s;transform:translate(0,-50%)}.list_of_games_1 .fade_in_bottom{opacity:0;transition:transform 1s;transform:translate(0,100%)}.list_of_games_1 .section_text{margin-bottom:40px}.list_of_games_1 .items{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:30px}.list_of_games_1 .item{width:100%;display:flex;flex-direction:column;justify-content:space-between}.list_of_games_1 .item_img{width:100%;position:relative}.list_of_games_1 .item_text{margin-top:15px}.list_of_games_1 .item_text h3,.list_of_games_1 .item_text p{margin:0}@media (max-width:767px){.list_of_games_1 .items{margin-top:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}