.wp-block-gtt-text-body-with-images__gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
.wp-block-gtt-text-body-with-images__image {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.wp-block-gtt-text-body-with-images__gallery--odd
	.wp-block-gtt-text-body-with-images__image:last-child {
	grid-column: 1 / -1;
}

@media (min-width: 1024px) {
	.wp-block-gtt-text-body-with-images__gallery {
		display: flex;
		flex-direction: column;
		align-items: end;
		gap: 0;
	}
	.wp-block-gtt-text-body-with-images__image {
		position: relative;
		box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15);
	}

	.wp-block-gtt-text-body-with-images__image:nth-child(3n - 2) {
		max-width: 80%;
		margin-right: 5%;
		margin-top: -5%;
		z-index: 2;
	}
	.wp-block-gtt-text-body-with-images__image:nth-child(3n - 1) {
		max-width: 100%;
		z-index: 1;
		margin-top: -3%;
	}
	.wp-block-gtt-text-body-with-images__image:nth-child(3n) {
		max-width: 100%;
		margin-right: -5%;
		margin-top: -5%;
		z-index: 1;
	}
	.wp-block-gtt-text-body-with-images__image:first-child {
		margin-top: 0;
	}
}
