.section-1 {
	grid-column: span 12;
	margin-top: calc(var(--nav-height) + 50px);
	padding: 0 15%;
	height: 150px;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../uploads/images/leafflat.jpg");
}

.section-2 {
	grid-column: span 12;
	padding: 0 15%;
	justify-content: center;
	min-height: 70vh;
	display: flex;
	align-items: center;
	text-align: center;
}
