.title-copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #055C32;
	color: #fff;
	text-align: right;
	padding-right: 10px;
}

.meta h1, .meta h2, .meta h3 {
	color: #055C32;
}

.imx-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}