.cgu-content {
	padding: 0 40px 80px;
	position: relative;
	z-index: 1;
	max-width: 860px;
}

.cgu-article {
	margin-bottom: 36px;
}

.cgu-article h2 {
	font-family: 'ChooseSpaces', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #252C40;
}

.cgu-article h2 .num {
	font-family: 'Inter', sans-serif;
	font-size: 25px;
	font-weight: 300;
	color: #5380FF;
}

.cgu-article p {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #8491AF;
	line-height: 1.75;
}

.cgu-article ul {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #8491AF;
	line-height: 1.75;
	padding-left: 20px;
	margin: 10px 0 14px;
}

.cgu-article ul li {
	margin-bottom: 5px;
	list-style: none;
	padding-left: 14px;
	position: relative;
}

.cgu-article ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #5380FF;
}

.cgu-article strong {
	color: #c5cde0;
	font-weight: 600;
}

.cgu-date {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: #3a4460;
	margin-top: 20px;
	padding-top: 24px;
	border-top: 1px solid #1a2030;
}

@media (max-width: 768px) {
	.cgu-content {
		padding: 0 24px 60px;
	}
}

@media (max-width: 480px) {
	.cgu-content {
		padding: 0 16px 48px;
	}

	.cgu-article h2 {
		font-size: 18px;
	}
}
