.hub-highlights.element-appearance-alternate {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px -20px 20px 0;
}
.hub-highlights.element-appearance-alternate .feature-item {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 30px;
	list-style: none;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 15px;
	background: #f4fbf5;
	overflow: hidden;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}
.hub-highlights.element-appearance-alternate .feature-item > div {
	flex-grow: 1;
}
.hub-highlights.element-appearance-alternate .feature-item img {
	max-height: 200px;
	max-width: 38%;
	object-fit: contain;
	margin-right: 30px;
	border-radius: 6px;
}
.hub-highlights.element-appearance-alternate .feature-item h3 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: left;
	margin-bottom: 20px;
}
.hub-highlights.element-appearance-alternate .feature-item p {
	color: #000;
	text-align: justify;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
}
.hub-highlights.element-appearance-alternate .feature-item p:last-of-type {
	margin-bottom: 20px;
}
.hub-highlights.element-appearance-alternate .feature-item a.button {
	border-radius: 6px;
	background: var(--color-primary, #35b3db);
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 20px 30px;
	border: none;
	display: flex;
	justify-content: center;
	margin-top: auto;
}
.hub-highlights.element-appearance-alternate .feature-item a.button:hover {
	background: var(--color-primary-hover, var(--color-primary, #35b3db));
}
.hub-highlights.element-appearance-alternate .feature-item a.button:focus {
	outline: 1px dashed var(--color-primary-hover, var(--color-primary, #35b3db));
	outline-offset: 1px;
}
.hub-highlights.element-appearance-alternate .feature-item a.button:active {
	background: var(--color-primary-active, var(--color-primary, #35b3db));
}
.hub-highlights.element-appearance-alternate .feature-item:nth-of-type(even) {
	flex-direction: row-reverse;
}
.hub-highlights.element-appearance-alternate
	.feature-item:nth-of-type(even)
	img {
	margin-right: 0;
	margin-left: 30px;
}
@media (max-width: 768px) {
	.hub-highlights.element-appearance-alternate .feature-item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex: 1 0 calc(100% - 20px);
		max-width: calc(100% - 20px);
		padding: 15px;
	}
	.hub-highlights.element-appearance-alternate .feature-item img {
		max-width: 100%;
		max-height: 185px;
		margin: 0 0 20px 0;
	}
	.hub-highlights.element-appearance-alternate .feature-item p:last-of-type {
		margin-bottom: 0;
	}
	.hub-highlights.element-appearance-alternate .feature-item:nth-of-type(even) {
		flex-direction: column;
	}
	.hub-highlights.element-appearance-alternate
		.feature-item:nth-of-type(even)
		img {
		margin: 0 0 20px 0;
	}
} /*# sourceMappingURL=style-2.css.map */
