.sectionContainer {
	background-color: white !important;
	display: flex;
	flex-direction: column;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 100px;
	justify-content: center;
	scroll-behavior: auto;
	box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
	transition: box-shadow 0.5s;
	padding: 10px;
	color: black;
}

.sectionContainer:hover {
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.19);
	color: rgb(65, 90, 168);
}

.category {
	text-decoration: none !important;
}