body {
	background-color: #05081c;
	justify-content: flex-start;
}

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

.header__logo {
	height: 76px;
	margin: 17px 0;
}

.content {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	padding: 4vh 0 0 13.5vw;
	text-align: right;
	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 {
	padding: 0 0 8vh 1.05vw;
	text-align: left;
}

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

.content__image {
	width: 54vw;
	min-width: 368px;
	max-width: 1034px;
}

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

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

.content__description {
	max-width: 403px;
	font-size: 20px;
}

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

	.header__logo {
		height: 34px;
		margin: 13px 0;
	}

	.content {
		padding: 0;
		text-align: center;
		white-space: normal;
	}

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

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

	.content__text-container {
		padding: 0;
	}

	.content__image {
		margin-left: 8vw;
	}

	.content__title {
		font-size: 30px;
	}

	.content__text {
		margin-top: 0;
		text-align: center;
	}
}
