/* product-list */
.product {
	background: url("../img/bg_product.jpg") center bottom no-repeat fixed;
	min-height: 74vh;
}

.product .product-title h2 {
	font-size: 36px;
	color: rgb(255, 255, 255);
	text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 8px;
}

.product .product-title p {
	font-size: 17px;
	color: rgb(255, 255, 255);
	text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 8px;
}

.product .event-item {
	background: rgb(255, 255, 255);
	padding-bottom: 10px;
}

.product img {
	border-bottom: 2px solid var(--theme-color);
	width: 100%;
}

.product h3 {
	font-size: 18px;
	text-align: center;
	line-height: 2;
	margin-top: 14px;
}