.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: none;
	transition: box-shadow 0.5s;
	padding: 10px;
}

.sectionContainer:hover {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
}