.uk-timeline::before{
	content: '';
	position: absolute;
/*	top: 20px; */
	height: 100%;
	width: 4px;
	background-color: #ccc;
	left: calc( 50% + 10px);
}

.uk-timeline-block {
	position: relative;
}

.uk-timeline-content{
	background: #fff;
	border: 1px solid #ccc;
	padding: 30px;
	margin-bottom: 45px;
	box-shadow: 0 0 10px 10px #fff;
}

.uk-timeline-block a{
	text-align: center;
	cursor: text;
	font-size: 24px;
	margin-bottom: 25px;
	padding: 20px;
}
