.list_of_games_11 .section_text{
	margin-bottom: 40px;
}
.list_of_games_11 .items{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
	row-gap: 50px;
	column-gap: 30px;
}
.list_of_games_11 .item{
	width: 100%;
}
.list_of_games_11 .item_img{
	width: 100%;
	position: relative;
	padding-top: 62%;
}
.list_of_games_11 .item_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_of_games_11 .item_text{
	margin-top: 20px;
	width: 100%;
}
.list_of_games_11 .item_text h3{
	margin-top: 0;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 767px){
	.list_of_games_11 .items{
		margin-top: 30px;
	}
	.list_of_games_11 .item_text{
		margin-top: 15px;
	}
}
