.iv-52291-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.iv-52291-item {
	display: flex;
	position: relative;
	margin-bottom: 20px;
}

.iv-52291-item:last-child {
	margin-bottom: 0;
}

.iv-52291-time-col {
	flex: 0 0 80px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
}

.iv-52291-icon-col {
	flex: 0 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.iv-52291-line {
	position: absolute;
	top: 0;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	background-color: #e0e0e0;
	z-index: 1;
}

.iv-52291-item:last-child .iv-52291-line {
	bottom: 0;
}

.iv-52291-icon-wrapper {
	position: relative;
	z-index: 2;
	width: 40px;
	height: 40px;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iv-52291-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.iv-52291-content-col {
	flex: 1;
	padding-left: 15px;
	padding-top: 5px;
}

.iv-52291-title {
	margin: 0 0 5px 0;
	font-weight: bold;
}

.iv-52291-time {
	font-weight: 600;
	font-size: 0.9em;
}

.iv-52291-desc {
	margin: 0;
}

@media (max-width: 767px) {
	.iv-52291-time-col {
		flex: 0 0 60px;
		padding-right: 10px;
	}
	.iv-52291-content-col {
		padding-left: 10px;
	}
}