.dg-gallery-320375d9 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.dg-item-320375d9 {
	position: relative;
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 8px;
	background: #f0f0f0;
}
.dg-item-320375d9 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.dg-btn-wrap-320375d9 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.dg-btn-320375d9 {
	background-color: #ffffff;
	color: #333333;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s;
}
.dg-btn-320375d9:hover {
	background-color: #f0f0f0;
}
