section.zig-zag .eachImageContentGrid {
	display: block;
	grid-template-columns: 47.67441860465116% 43.25581395348837%;
	gap: 3.5em;
	margin-bottom: 2.2em;
}

section.zig-zag .eachImageContentGrid .content h2:first-of-type,
section.zig-zag .eachImageContentGrid .content h3:first-of-type,
section.zig-zag .eachImageContentGrid .content h4:first-of-type {
	margin-top: 0;
	margin-bottom: 1.5em;
}

section.zig-zag .eachImageContentGrid .content {
	padding: 1.2em 0;
	/* height: fit-content; */
}

section.zig-zag .eachImageContentGrid .content p:last-of-type {
    margin-bottom: 3em;
}

section.zig-zag .eachImageContentGrid .content p {
	line-height: 1.92;
	margin-top: 0;
}

section.zig-zag .eachImageContentGrid .content .button a {
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.02em;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
	gap: 1.62em;
}

section.zig-zag .eachImageContentGrid .content .button {
	margin-top: 1.88em;
}

section.zig-zag .eachImageContentGrid .image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

section.zig-zag .invert_order .image {
	order: 2;
}

.block-post-row.zig-zag-post-row.eachImageContentGrid.invert_order
	.block-editor-block-list__block.wp-block-acf-post-row-image {
	order: 2;
}

section.zig-zag .eachImageContentGrid .content .button a i {
	font-size: 1.75em;
	position: relative;
}

section.zig-zag .eachImageContentGrid:nth-child(odd) a i::after {
	content: "";
	display: inline-block;
	width: 0.5333333333333333em;
	height: 0.5333333333333333em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 0.04em solid #000;
	position: absolute;
	right: -0.2666666666666667em;
	top: 50%;
	transform: translateY(-50%);
}

section.zig-zag .eachImageContentGrid:nth-child(even) .button a {
	padding: 1em;
	width: fit-content;
	border: 0.04em solid #000;
	font-weight: 400;
}

section.zig-zag .eachImageContentGrid .image,
section.zig-zag .eachImageContentGrid .image * {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.zig-zag .eachImageContentGrid .image1 img {
	width: 100%;
}

section.zig-zag .eachImageContentGrid .image2 img {
	right: 0;
	top: 0;
	position: relative;
	width: 100%;
	height: auto;
}

section.zig-zag .eachImageContentGrid .image1 {
	margin-bottom: 1em;
}

section.zig-zag .eachImageContentGrid .image img {width: 100%;height: 100%;object-fit: contain;}

/* section.zig-zag .eachImageContentGrid .image .overImage {
    position: absolute;
} */

.block-editor section.zig-zag .eachImageContentGrid .image .overImage {
    position: relative;
}

@media only screen and (min-width: 960px) {
	section.zig-zag .eachImageContentGrid .image1 {
		margin-bottom: 0;
	}

	section.zig-zag .eachImageContentGrid .image1 img {
		width: 18em;
	}

	section.zig-zag .eachImageContentGrid .image2 img {
		top: 3.48em;
		position: absolute;
		width: 18em;
	}

	section.zig-zag .eachImageContentGrid {
		display: grid;
		margin-bottom: 7.2em;
		align-items: start;
	}
}

@media only screen and (max-width: 1200px) {
	.sidebar-content-wrap section.zig-zag .eachImageContentGrid {
		display: block;
	}
}
