.ktoo-list
{
	display: flex;
}

.ktoo-item-a-img {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.ktoo-list-geroi .preview_picture
{
    margin: 0;
    width: 175px;
    height: 175px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ef4237;
}
.ktoo-item {
    display: flex;
    flex-direction: column;
    width: 16%;
    margin-bottom: 20px;
}

.ktoo-list-geroi .ktoo-item-name{font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;line-height: normal;text-align: center;}
.ktoo-item-name a {color: #5b5b5b!important;}
.ktoo-item-more {
    font-size: 14px;
    color: #777;
    line-height: 1.2;
}

@media screen and (max-width: 1024px) {
    .ktoo-list
    {
        flex-wrap: wrap;
        gap: 8px;
    }

    .ktoo-item{
        width: 32%;
        margin-bottom: 10px;
    }

    .ktoo-list-geroi .preview_picture {
        width: 165px;
        height: 165px;
    }
}

@media screen and (max-width: 500px) {
    .ktoo-item{
        width: 48%;
        margin-bottom: 10px;
    }
}