.video-processing {
	width: 100%;
	padding: 115px 0 170px;
	background: rgba(180, 130, 84, 0.1);
}

.video-processing__inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 650px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.video-processing__turn {
	font-family: 'Vollkorn-SemiBold', Serif;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	font-weight: 500;
	color: #B48254;
}

.video-processing__turn-number {
	font-size: 50px;
}

.video-processing .progress-bar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	color: #FFFFFF;
}

@media (max-width: 768px) {
	#video-processing-in-line .part-header,
	#video-processing-progress .part-header,
	#video-processing-end .part-header{
		display: none;
	}
}
