.block-1-hero .innerWrap{
	background-size: cover;
	background-repeat: no-repeat;
	height: 60rem;
	position: relative;
}

.block-1-hero .textWrap{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: var(--blue1);
}

.block-1-hero .textWrap p{
	margin-bottom: 0;
	font-size: 1.6rem;
	color: var(--white);
	font-weight: 500;
}
