.video-process {
	width: 100%;
	margin: 20px 0 40px;
}

.video-process__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.video-process-ruler {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.progress-ruler-item {
	font-family: 'Vollkorn-SemiBold', Serif;
	font-size: 24px;
	line-height: normal;
	text-align: center;
	font-weight: 500;
	color: #342918;
}
.video-process .progress-bar-container {
	width: 93%;
	height: 60px;
	background-color: #fff;
	overflow: hidden;
}

.video-process .progress-bar {
	height: 100%;
	width: 0;
}