.ktoo-list
{
	display: flex;
}

.ktoo-list-game .ktoo-item-a-img {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.ktoo-item{
    display: flex;
    flex-direction: column;
    width: 15%;
    margin-bottom: 40px;
}

.ktoo-item-name{font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: normal;
}

.ktoo-item-name a {color: #5b5b5b!important;}
.ktoo-item-more {
    font-size: 14px;
    color: #777;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .ktoo-list-game .ktoo-item-a-img {
        height: 210px;
    }
}