section.main-legal {
    color: rgb(0 0 0 / 84%);
	margin: 94px auto;
	max-width: 1004px;
	min-height: calc(100vh - 318px);
	width: 100vw;
	padding: 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

section.main-legal h1 {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}

section.main-legal h3 {
    margin: 32px 0 8px 0;
	padding: 8px 0;
    font-weight: 500;
    color: rgb(0 0 0 / 64%);
}

section.main-legal h3 span {
    color: rgb(0 0 0 / 32%);
    padding-right: 8px;
    font-weight: 600;
}

section.main-legal h4 {
    margin-top: 8px;
	padding: 8px 0;
    font-weight: 400;
    color: rgb(0 0 0 / 52%);
}

section.main-legal h4 span {
    color: rgb(0 0 0 / 32%);
    padding-right: 8px;
    font-weight: 500;
}

section.main-legal p {
    padding: 8px 0;
    line-height: 24px;
}