.split-img h2 {
	font-size: var(--h3);
}

@media screen and (min-width: 1026px) {
	.split-img h2 {
		padding-bottom: 16px;
	}
}

@media screen and (min-width: 1026px) {
	.split-img--reverse > img {
		grid-column: 2;
		grid-row: 1;
	}
	.split-img--reverse > div {
		grid-column: 1;
		grid-row: 1;
	}
}
.split-img p {
	font-size: var(--text-l);
	color: var(--primary-dark);
}
.split-img p + p {
	margin-top: 20px !important;
}
.split-img > img {
	object-fit: cover;
	transform: translateZ(0);
	border-radius: var(--radius-m);
}
@media screen and (min-width: 1026px) {
	.split-img > img {
		height: var(--custom-height);
	}
}
