html, body{ height: 100%; }

.section-hero{
	border-radius: 14px!important;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.bg-yellow{ background-color: #FAF6C0; }
.bg-lemon{ background-color: #FFFCEB; }
.bg-mint{ background-color: #E4F0E0; }
.bg-blue{ background-color: #E0F0EF; }
.bg-pink{ background-color: #FCEDEB; }

.section-hero > img{
	position: absolute; z-index: 0;
	top: 16%;
	max-width: 80%;
}

.section-hero h4{ margin-top: 100px; }

.section-hero a{ margin-top: 40px; }

.section-hero h4, h1, span, a{ z-index: 1; margin-left: 40px; margin-right: 40px; }