.acf-block-preview .ftc-timeline {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.acf-block-preview .ftc-timeline .ftc-timeline--items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
	text-align: left;
}

.acf-block-preview .ftc-timeline .ftc-timeline--title {
	color: #515151;
	margin-bottom: 24px;
	font-family: "Noto Sans", sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: 300;
	line-height: 52px;
}

.acf-block-preview .ftc-timeline .ftc-timeline--item {
	flex: 1;
	min-width: 150px;
}
