/*css*/
.box20250816235449532 {
	width: 100%;
	height: 100%;
	/*width: 500px;*/
	position:relative;
	/*background-color: blanchedalmond;*/
	border: 1px solid #f2f2f2;
	/* border-radius: 10px; */
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.box20250816235449532:hover {
	border: 1px solid #000;
}

.box20250816235449532 .boxboder{}
.box20250816235449532 .picbox{
	padding-bottom: 100%;
}
.box20250816235449532_title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* padding: 15px; */
	text-align: center;
	font-size: 20px;
}
