.category-label {
	border: 1px solid black;
	font-size: 32px;
	font-weight: 600;
	height: 64px;
	line-height: 64px; 
	text-align: center;
	width: 64px;
}
.category-name {
	font-size: 36px;
	font-weight: 600;
	line-height: 42px;
	margin-top: 10px;
	width: 40%;
}
.category-description {
	font-size: 16px;
	font-weight: 300;
	margin-top: 15px;
	width: 40%;
}