.damage-policy-container {
	background-color: #f0fdf4;
	border-radius: 12px;
	padding: 40px;
	text-align: center;
	font-family: sans-serif;
}
.damage-policy-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: white;
	border-radius: 50%;
	color: #22c55e;
	font-size: 20px;
	margin-bottom: 16px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.damage-policy-icon svg {
	width: 20px;
	height: 20px;
	fill: #22c55e;
}
.damage-policy-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 0 0 16px 0;
}
.damage-policy-desc {
	font-size: 16px;
	color: #4b5563;
	line-height: 1.5;
	margin: 0;
}
