.pages-after-nav-bar-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #f0f4f7;
	margin-top: 10px;
}

.pages-after-nav-bar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-basis: 1080px;
	padding: 10px 0;
}

.page-title {
	font-size: 16px;
	color: #777
}

.ads-top-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 40px 0 50px 0;
}

.ads-desktop-top {
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-basis: 1080px;
}

.pages-content-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pages-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex-basis: 1080px;
}

.column-content {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 740px;
	flex-grow: 0;
}

.ads-bottom-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 50px 0 0px 0;
}

.ads-desktop-bottom {
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-basis: 1080px;
}