.Downloads {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.brochure {
	height: auto !important;
	margin-top: 0 !important;
}

.Download {
	display: flex;
	flex-direction: column;
	gap: 5px;
	position: relative;
}

.home .sideBox,
.page-id-15 .brochure {
	width: 300px !important;
}

.Download__Inner {
}
.Download a {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	display: block;
}
.Download img {
	width: 100%;
	height: auto;
	max-height: 120px;
	object-position: center;
	object-fit: cover;
	display: block;
}
