main {
	background: var(--background-color);
}

.policy-header-logo {
	font-size: 20px;
	color: white;
	float: left;
	height: 76px;
	line-height: 76px;
	margin-left: 30px;
}

.policy-header-title {
	font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.policy-wrap {
	display: flex;
	justify-content: center;
}

.policy-content {
	max-width: 1200px;
    background: #ffffff;
    margin: 2em 1.2em;
    padding: 30px;
    border-radius: 20px;
    font-size: 14px;
}
.policy-content label {
	font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

table {
	max-width: 700px;
}

table th {
	border: 1px solid #e3e3e5;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	font-weight: 600;
	
}

table td {
	border: 1px solid #e3e3e5;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}
