.angie-timeline-wrapper-b8ddc193 {
	--marker-size: 70px;
	position: relative;
	display: flex;
}

.angie-timeline-line-b8ddc193 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(var(--marker-size) / 2 - 1px); /* default 2px width line */
	width: 2px;
	background-color: #dddddd;
	z-index: 1;
}

.angie-timeline-items-b8ddc193 {
	width: 100%;
	display: flex;
	flex-direction: column;
	z-index: 2;
}

.angie-timeline-item-b8ddc193 {
	display: flex;
	margin-bottom: 40px;
}

.angie-timeline-item-b8ddc193:last-child {
	margin-bottom: 0;
}

.angie-timeline-marker-b8ddc193 {
	flex-shrink: 0;
	width: var(--marker-size);
	height: var(--marker-size);
	border-radius: 50%;
	background-color: #e28743;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
}

.angie-timeline-content-b8ddc193 {
	flex-grow: 1;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.angie-timeline-title-b8ddc193 {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 700;
}

.angie-timeline-desc-b8ddc193 {
	margin: 0;
	line-height: 1.6;
}

/* Ensure empty p tags from wysiwyg don't break layout too much */
.angie-timeline-desc-b8ddc193 p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
	.angie-timeline-content-b8ddc193 {
		padding-left: 20px;
	}
}
