.list_of_types_of_games_6 .types_area{
	margin-top: 40px;
}
.list_of_types_of_games_6 .item:not(:last-child){
	margin-bottom: 40px;
}
.list_of_types_of_games_6 .item_area{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 20px;
}
.list_of_types_of_games_6 .item_title{
	margin: 0;
	line-height: 1.2;
	color: var(--title_color);
}
.list_of_types_of_games_6 .item_image{
	text-align: left;
}
.list_of_types_of_games_6 .item_image img{
	height: 60px;
	object-fit: contain;
}
.list_of_types_of_games_6 .item_text{
	margin-top: 20px;
}
.list_of_types_of_games_6 .item_text p{
	margin: 0;
}

@media (max-width: 1199px){
	.list_of_types_of_games_6 .item_wrap{
		width: calc(100%/3);
	}
}
@media (max-width: 991px){
	.list_of_types_of_games_6 .item_wrap{
		width: 50%;
	}
}
@media (max-width: 767px){
	.list_of_types_of_games_6 .item_wrap{
		width: 100%;
		padding: 0;
	}
	.list_of_types_of_games_6 .types_area{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.list_of_types_of_games_6 .item{
		width: calc(50% - 8px);
		text-align: center;
	}
	.list_of_types_of_games_6 .item .item_title{
		margin: 0 auto;
	}
	.list_of_types_of_games_6 .item_wrap:not(:last-child){
		margin-bottom: 15px;
	}
}