.image-container {
	display: flex;
}

.image-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.image-card img {
	/* width: 100%; */
	margin-top: 30px;
	margin-left: 40px;
	background-size: cover;
}
