.policies {
	display: flex;
	flex-direction: column;
	margin: 12px auto;
	gap: 12px;
	max-width: 940px;
}

.policy-con {
    display: flex;
    flex-direction: column;
	gap: 10px;
    width: 100%;
    padding: 12px;
    background: #1f2330;
    border-radius: 8px;
	margin: 6px auto 0 auto;
	border: 1px solid #394056;
	box-sizing: border-box;
}

.policy-con h1 {
	font-size: 22px;
	text-align: left;
	margin-bottom: 0 !important;
	color: #77c4ffd9;
}

.description {
	font-weight: 400;
	font-size: 18px;
}

.divider {
	width: 100%;
	height: 1px;
	background: #394056;
	border-radius: 20px;
}

p {
	font-size: 16px;
}

strong {
    font-weight: 500;
    color: #77c4ffd9;
    background: #0000006e;
    padding: 2px 6px;
    border-radius: 8px;
}