.liam-lt-wrapper {
	position: relative;
	padding-left: 20px;
}

.liam-lt-line {
	position: absolute;
	left: 5px;
	top: 6px;
	bottom: 6px;
	width: 2px;
	background-color: #C49A2A;
}

.liam-lt-item {
	position: relative;
	margin-bottom: 20px;
}

.liam-lt-item:last-child {
	margin-bottom: 0;
}

.liam-lt-dot {
	position: absolute;
	left: -20px;
	top: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #7D1C1C;
}

.liam-lt-label {
	display: block;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #C49A2A;
	margin-bottom: 2px;
}

.liam-lt-text {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #5F5E5A;
	margin: 0;
}
