#fold_teaser {
	text-align: center;
	margin-bottom: 112px;
}

.teaser_text {
	font-size: 42px;
	line-height: 1.24;
	font-weight: bold;
	margin-bottom: 10px;
	color: var(--dark-blue);
}

.teaser_tagline {
	background-color: var(--light-blue);
	color: white;
	border-radius: 4px;
	padding: 40px 29px 46px;
}

.teaser_icon {
	margin-bottom: 55px;
}

.teaser_tagline__text {
	max-width: 880px;
	margin: 0 auto;
	font-size: 32px;
	line-height: 1.25;
}

ul.teaser_usps {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 25px;
}

.teaser_usps li {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 29px;
}

.teaser_usps_wrapper {
	margin-top: 12px;
}

.teaser_usps li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: white;
	border-radius: 50%;
	margin-right: 20px;
}

.teaser_usps li:first-child:before {
	display: none;
}

.teaser_cta {
	margin-top: 40px;
}

.teaser_cta .button {
	box-shadow: 0px 1px 2px 0px rgba(36, 48, 110, 0.20);
	min-width: 136px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.teaser_tagline {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.teaser_icon img {
		max-width: 111px;
	}

	.teaser_text {
		font-size: 24px;
		line-height: 31px;
		margin-bottom: 25px;
	}

	.teaser_icon {
		margin-bottom: 40px;
	}

	.teaser_tagline__text {
		font-size: 24px;
		line-height: 31px;
	}

	.teaser_tagline {
		padding: 30px 10px;
	}

	ul.teaser_usps {
		gap: 6px;
	}

	.teaser_usps li:before {
		margin-right: 6px;
	}

	.teaser_cta {
		margin-top: 25px;
	}

	.teaser_usps li {
		line-height: 29px;
		line-height: 1.3;
	}

	.teaser_usps_wrapper {
		margin-top: 15px;
	}
}
