.pg-grid-bc9ba1a6 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pg-item-bc9ba1a6 {
	display: flex;
	flex-direction: column;
}

.pg-img-wrap-bc9ba1a6 {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
}

.pg-img-wrap-bc9ba1a6 img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 4/3;
    transition: transform 0.3s ease;
}

.pg-img-wrap-bc9ba1a6:hover img {
    transform: scale(1.05);
}

.pg-title-bc9ba1a6 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
    line-height: 1.3;
}

.pg-title-bc9ba1a6 a {
	color: #000;
	text-decoration: none;
    transition: color 0.3s ease;
}

.pg-title-bc9ba1a6 a:hover {
    color: #555;
}

.pg-date-bc9ba1a6 {
	font-size: 14px;
	color: #777;
	margin-top: auto;
}
