.vs-date-clock {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.vs-date-clock__block {
	display: flex;
	justify-content: center;
	text-align: center;
	flex-wrap: nowrap;
}

.vs-date-clock__item {
	display: flex;
	flex-direction: column;
}

.vs-date-clock span {
	font-size: 14px;
	display: block;
	position: relative;
}

.vs-date-clock span::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #ffffff;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}