@media screen and (min-width: 1026px) {
	.split-img > img {
		grid-column: 1;
		grid-row: 1;
	}
	.split-img > div {
		grid-column: 2;
		grid-row: 1;
	}
}

.split-img > img {
	object-fit: cover;
	transform: translateZ(0);
	border-radius: var(--radius-m);
}

@media screen and (max-width: 1025px) {
	.split-img__content-wrapper h2:first-child + p {
		margin-top: 0;
	}
}
