.category-card__content {
	height: 100%;
}

.category-card__info {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.category-card__children {
	flex: 1 1 auto;
}