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

.jumbotron__title {
	color: white;
	font-size: 72px;
	font-weight: 500;
}
