.hero {
	min-height: 483px;
	background: url('./../../img/hero/bg.jpg') no-repeat center center / cover,
		rgb(0, 128, 102);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 48px;
}

.hero__text {
	max-width: 893px;
	color: white;
	font-size: 48px;
	font-style: italic;
	font-weight: 500;
	text-align: center;
}
