section#top {
	height: 100vh;
}

.column.product-type {
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: contain;
	height: 20rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.column.product-type:hover {
	animation: scale 0.5s forwards;
}

.column.product-type h2 {
	margin: 0;
}

.sub-content .column.image {
	margin-left: 5rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.sub-content h2 {
	margin-bottom: 0.5rem;
}

.sub-content .column.image img {
	width: 10rem;
}

@media only screen and (max-width: 1024px) {
	.column.product-type {
		margin-top: 3rem;
		height: 10rem;
	}

	/* section .container {
		justify-content: unset;
		flex-direction: unset;
	} */

	.sub-content .container {
		flex-direction: column;
	}

	main {
		margin-bottom: 0;
	}

	.sub-content .column.image {
		margin-bottom: 2rem;
	}

	section#top {
		height: auto;
	}

	#landing .row {
		flex-direction: column !important;
		justify-content: center;
	}
}

@media only screen and (max-width: 640px) {
	section#top {
		margin-bottom: 3rem;
		height: 100vh;
	}

	.sub-content .column.image {
		margin-left: 2rem;
	}

	section .container {
		justify-content: space-evenly;
	}
}
