.cpg-c548e76a-grid {
	display: grid;
	gap: 20px;
}

.cpg-c548e76a-item {
	display: flex;
	flex-direction: column;
	border: 1px solid #eaeaea;
	background: transparent;
}

.cpg-c548e76a-img-wrapper {
	width: 100%;
	overflow: hidden;
}

.cpg-c548e76a-img-wrapper a {
    display: block;
}

.cpg-c548e76a-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.cpg-c548e76a-content {
	padding: 15px;
	text-align: center;
}

.cpg-c548e76a-title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

.cpg-c548e76a-title a {
    text-decoration: none;
}

@media (max-width: 767px) {
	.cpg-c548e76a-grid {
		grid-template-columns: 1fr;
	}
}