.highlightparagraph__wrapper {
	display: flex;
	max-width: var(--module-wrapper-width);
	/* margin: 120px auto 100px; */
	margin: 80px auto;
	justify-content: space-between;
}

.highlight-reverse {
	flex-direction: row-reverse;
}
.highlightparagraph__section {
	padding: 0 20px;
	max-width: 50%;
}
.highlightparagraph__section img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.highlightparagraph__header {
	font-family: var(--default-font-medium) !important;
	font-size: 2.6rem;
	width: 75%;
	margin-bottom: 32px;
}
.highlightparagraph__header-mobile {
	display: none;
}
.highlightparagraph__paragraph {
	/* font-size: 0.75rem; */
	font-size: var(--font-size-text);
	padding-bottom: 30px;
	/* line-height: 1.1rem; */
	line-height: var(--lineheight-text);
	padding-top: 10px;
}
.highlightparagraph__readmore a {
	color: var(--default-dark-blue);
	font-family: var(--default-font-medium);
}

@media screen and (max-width: 768px) {
	.highlightparagraph__wrapper {
		flex-direction: column !important;
		padding: 20px 10px;
		margin: 24px auto;
	}
	.highlightparagraph__section {
		padding: 0;
		min-width: 100%;
		min-height: 250px;
		max-height: 450px;
	}
	.highlight-reverse {
		flex-direction: column-reverse;
	}
	.highlightparagraph__header {
		display: none;
	}
	.highlightparagraph__header-mobile {
		display: block;
		font-weight: bold;
		font-size: 1.85rem;
		width: 100%;
		margin-bottom: 16px;
	}
	.highlightparagraph__paragraph {
		font-size: 0.75rem;
		line-height: 1.2rem;
		padding-bottom: 0;
	}
	.highlightparagraph__readmore a {
		font-size: 0.9rem;
	}
	.highlightparagraph__section img {
		object-fit: cover;
		width: 100%;
		max-height: 100%;
		margin-top: 20px;
	}
}
