section.tiles-wrapper>section:not(:first-child) {
	margin-top: var(--s4);
}

section.tiles-wrapper>section img {
	border-radius: var(--s2);
	display: block;
}

section.tiles-wrapper>section:nth-child(even) .text {
	order: 1;
}

section.tiles-wrapper>section:nth-child(even) .img {
	order: 2;
}

section.tiles-wrapper .title {
	font-size: var(--font-large);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: var(--s2);
}

@media screen and (max-width: 480px) {
	section.tiles-wrapper>section:nth-child(even) .text {
		order: 3;
	}
}