.policy__content {
	width: 100%;
}
.policy__content * {
	text-align: justify;
}
.policy__content h3:not(:first-child) {
	margin-top: 40px;
}
.policy__content h3 {
	margin-bottom: 20px;
}
.policy__content p, .policy__content ul, .policy__content ol {
	margin-top: 12px;
}
.policy__content a {
	color: var(--green-1);
}