.main-content.video {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.video-embed {
	padding: 100px 0;
	background-color: #183B4D;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 32px;
}

.video-embed .description {
	color: #FFFFFF;
	font-weight: normal;
}

.video-embed a {
	color: #fff;
}

.video-embed h3 {
	font-size: 32px;
}

.conclusion {
	margin-top: 2em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 20px;
}

.conclusion-thumb {
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 0 1 15%;
	flex: 0 1 15%;
	-webkit-align-self: auto;
	align-self: auto;
}

.conclusion-content a.button.button--gradient {
	font-size: 20px;
}