:root {
	--sc-gallery-card-width: 225px !important;
	--sk-tile-padding: 1em;
}

@media only screen and (max-width: 1068px) {
	.sc-gallery__item {
		--sc-gallery-card-width: 150px !important;
	}
}

@media only screen and (max-width: 734px) {
	:root {
		--sk-tile-padding: 0em;
	}
}

.sc-gallery__card {
	text-align: center;
}

.tile-full .tile-content {
	align-items: center;
}

.tile {
	background-color: unset !important;
}

.bagde-space-margin {
	margin-top: 0.25em;
}
