.vtl-81dc84dd-container {
	position: relative;
	padding-left: 100px;
	margin: 20px 0;
}

.vtl-81dc84dd-container::before {
	content: '';
	position: absolute;
	top: 20px; /* Half of rectangle height to start middle of top rect */
	bottom: 20px; /* Half of rectangle height to end middle of bottom rect */
	left: 40px;
	width: 2px;
	background-color: #e0e0e0;
}

.vtl-81dc84dd-item {
	position: relative;
	margin-bottom: 30px;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.vtl-81dc84dd-item:last-child {
	margin-bottom: 0;
}

.vtl-81dc84dd-year-square {
	position: absolute;
	left: -100px;
	width: 80px;
	height: 40px;
	background-color: #fff;
	border: 2px solid #e0e0e0;
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #666;
    z-index: 1;
}

.vtl-81dc84dd-content {
    width: 100%;
}

.vtl-81dc84dd-title {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

.vtl-81dc84dd-desc {
	color: #777;
	line-height: 1.5;
}