.rgt-timeline {
	max-width: 1100px;
	margin: 0 auto;
}

.rgt-item {
	position: relative;
	margin-bottom: 60px;
}

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

.rgt-connector {
	display: block;
	width: 1px;
	height: 48px;
	margin: 0 auto;
	background-color: #ffffff;
}

.rgt-date-label {
	text-align: center;
	font-size: 1.15rem;
	letter-spacing: 0.02em;
}

.rgt-item-row {
	display: flex;
	align-items: center;
	gap: 48px;
	margin-top: 8px;
}

.rgt-item--left .rgt-item-content {
	order: 1;
}
.rgt-item--left .rgt-item-image {
	order: 2;
}

.rgt-item--right .rgt-item-content {
	order: 2;
}
.rgt-item--right .rgt-item-image {
	order: 1;
}

.rgt-item-content {
	flex: 1 1 0;
	min-width: 0;
}

.rgt-item-image {
	flex: 0 0 60%;
	min-width: 0;
}

.rgt-item-image img {
	display: block;
	width: 100%;
	height: auto;
}

.rgt-item-title {
	margin: 0 0 12px;
	font-size: 1.6rem;
	line-height: 1.3;
}

.rgt-item-desc {
	font-size: 1rem;
	line-height: 1.6;
}

.rgt-item-desc p {
	margin: 0 0 1em;
}

.rgt-item-desc p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.rgt-item-row {
		flex-direction: column !important;
	}
	.rgt-item-image {
		order: 1 !important;
		flex: 0 0 auto !important;
		width: 100% !important;
	}
	.rgt-item-content {
		order: 2 !important;
		flex: 0 0 auto !important;
		width: 100% !important;
	}
}
