.bg-image {
  height: 40vh;
	background-image: url('../images/wodkan_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	background-position-y: 40%;
	background-color: rgba(40, 40, 40, 0.8);
}

.about {
	margin-top: 80px;
	display: flex;
	flex-direction: row;
}

.logo {
	flex-shrink: 1;
}

.desc {
	margin-left: 55px;
	flex-shrink: 1.1;
}

.desc h3 {
	font-size: 1.4rem;
}

.desc .description {
	margin-top: 35px;
}

.logo img {
	width: 100%;
}

@media (max-width: 699px) {
	.about {
		flex-direction: column;
		align-items: center;
	}

	.logo {
		width: 50%;
		margin-bottom: 50px;
	}

	.desc {
		margin: 10px;
	}
}