body {
	justify-content: flex-start;
}

.header {
	display: block;
	width: 100%;
	height: 165px;
	background-color: #007969;
	box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.33);
	text-align: center;
}

.header__logo {
	height: 83px;
	margin: 41px 0;
}

.content {
	box-sizing: border-box;
	width: 100%;
	padding: 10vh 5vw 0;
	text-align: center;
	white-space: nowrap;
}

.content__item {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 50%;
	min-width: 50%;
	white-space: normal;
}

.content__text-container {
	text-align: left;
}

.content__image-container {
	text-align: right;
}

.content__image {
	width: 45vw;
	min-width: 316px;
	max-width: 857px;
}

.content__description,
.content__title {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	margin-left: -38.5px;
}

.content__title {
	margin-bottom: 25px;
	font-size: 47px;
	text-transform: uppercase;
}

.content__text {
	font-family: "Roboto Slab", sans-serif;
}

.content__description {
	max-width: 471px;
	font-size: 18px;
}

@media (max-width: 991px) {
	.header {
		height: 60px;
	}

	.header__logo {
		height: 32px;
		margin: 14px 0;
	}

	.content {
		padding: 5vh 5vw 0;
		white-space: normal;
	}

	.content__item {
		width: 100%;
		min-width: unset;
	}

	.content__image-container,
	.content__text-container {
		text-align: center;
	}

	.content__description,
	.content__title {
		margin-left: 0;
	}

	.content__title {
		margin-bottom: 12px;
		font-size: 30px;
	}

	.content__description {
		max-width: unset;
		font-size: 16px;
	}
}
