/* BEGIN: List Section
-----------------------------------*/
.section-page--list_section {
	padding: 100px 0 140px;
}

.section-page--list_section .section-header {
	width: 1130px;
	max-width: 100%;
	margin: 0 auto 100px;
	text-align: center;
}

.section-page--list_section .content-container {
	width: 865px;
	max-width: 100%;
	margin: 0 auto 100px;
	text-align: center;
}

.section-page--list_section .list-items-container {
	width: 1150px;
	max-width: 100%;
	margin: 0 auto;
}

.section-page--list_section.list_section--ordered-tiles .list-items-container,
.section-page--list_section.list_section--icon-tiles .list-items-container {
	width: auto;
	margin-bottom: 100px;
}

.section-page--list_section .list-items {
	counter-reset: section;
	position: relative;
	border-top: 1px solid var(--teak-algae);
}

.section-page--list_section.list_section--ordered-tiles .list-items,
.section-page--list_section.list_section--icon-tiles .list-items {
	border-top: 0;
	gap: 30px 20px;
}

.section-page--list_section .list-item {
	width: 100%;
	color: var(--teak-evergreen);
}

.section-page--list_section .list-item__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 50px 0;
	border-bottom: 1px solid var(--teak-algae);
	align-items: center;
	gap: 30px 60px;
}

.section-page--list_section.list_section--ordered-tiles .list-item__wrapper,
.section-page--list_section.list_section--icon-tiles .list-item__wrapper {
	padding: 50px 20px 50px 56px;
	background: var(--teak-white);
	border: 0;
	border-radius: var(--teak-border-radius);
}

.section-page--list_section .list-item__icon {
	width: 150px;
	height: 150px;
	padding: 35px 30px;
	background: var(--teak-mint);
	border-radius: 50%;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	flex-shrink: 0;
}

.section-page--list_section.list_section--icon .list-items li .list-item__icon--no-bg,
.section-page--list_section.list_section--icon-tiles .list-items li .list-item__icon--no-bg {
	padding: 0;
	background: none;
}

.section-page--list_section.list_section--ordered .list-item__icon:before,
.section-page--list_section.list_section--ordered-tiles .list-item__icon:before {
	counter-increment: section;
	content: counter(section);
	margin-top: 10px;
	color: var(--teak-seagreen);
	font-family: var(--teak-heading-font);
	font-size: 130px;
	font-weight: 900;
	line-height: 0.62;
}

.section-page--list_section .list-item h3 {
	margin-bottom: 25px;
	font-size: 45px;
	font-weight: 700;
	line-height: 0.76;
}

.section-page--list_section .list-item__content {
	flex-grow: 1;
}

.section-page--list_section .content-container.last {
	width: 940px;
	max-width: 100%;
	margin: 100px auto 95px;
	text-align: center;
}

.section-page--list_section .content-container.last p {
	font-family: var(--teak-heading-font);
	font-size: 33px;
	font-weight: 400;
}

.section-page--list_section .list-item__description {
	overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {

	.section-page--list_section .list-items .list-item .list-item__icon {
		width: 100px;
		height: 100px;
		padding: 20px 15px;
	}

	.section-page--list_section.list_section--ordered .list-items .list-item .list-item__icon:before,
	.section-page--list_section.list_section--ordered-tiles .list-items .list-item .list-item__icon:before {
		font-size: 80px;
	}

	.section-page--list_section .list-items .list-item h3 {
		margin-bottom: 25px;
		font-size: 35px;
	}
}

@media only screen and (max-width: 991px) {
	.section-page--list_section .section-header {
		margin-bottom: 50px;
	}

	.section-page--list_section:has(.cta-section) {
		padding-bottom: 0;
	}

	.section-page--list_section {
		padding: 50px 0 60px;
	}

	.section-page--list_section .content-container {
		margin: 0 auto 50px;
	}

	.section-page--list_section.list_section--ordered-tiles .list-items .list-item,
	.section-page--list_section.list_section--icon-tiles .list-items .list-item {
	}

	.section-page--list_section.list_section--ordered-tiles .list-item__wrapper,
	.section-page--list_section.list_section--icon-tiles .list-item__wrapper {
		padding: 40px 20px 33px 40px;
	}

	.section-page--list_section .list-items .list-item .list-item__icon {
		width: 50px;
		height: 50px;
		padding: 10px;
	}

	.section-page--list_section.list_section--ordered .list-items .list-item .list-item__icon,
	.section-page--list_section.list_section--ordered-tiles .list-items .list-item .list-item__icon {
		padding: 5px;
	}

	.section-page--list_section.list_section--ordered .list-items .list-item .list-item__icon:before,
	.section-page--list_section.list_section--ordered-tiles .list-items .list-item .list-item__icon:before {
		margin-top: 3px;
		font-size: 50px;
	}
	
	.section-page--list_section .list-items .list-item .list-item__icon:has(.mobile) img:first-child {
		display: none;
	}

	.section-page--list_section .list-items .list-item h3 {
		margin-bottom: 5px;
		font-size: 24px;
		line-height: 1.1;
	}

	.section-page--list_section .list-items .list-item p {
		font-family: var(--teak-heading-font);
		font-size: 18px;
	}

	.section-page--list_section .content-container.last {
		margin: 50px auto 45px;
	}

	.section-page--list_section .content-container.last p {
		font-size: 24px;
	}

	.section-page--list_section .list-item .list-item__wrapper {
	}

	.section-page--list_section .list-item:first-child .list-item__wrapper {
		opacity: 1;
	}
}