#terms-section {
	z-index: 1;
	grid-column-gap: 28px;
	grid-row-gap: 28px;
	color: var(--neutral--600);
	flex-flow: column;
	flex: 1;
	justify-content: flex-start;
	align-items: stretch;
	padding: 32px;
	display: flex;
	position: relative;
	overflow: hidden;

	border: 1px solid var(--neutral--dark--700);
	background-color: var(--neutral--dark--color);
	border-radius: 16px;
	flex-flow: column;

	overflow: hidden;
}

#terms-section .custom-page-title {
	font-size: 24px;
	text-align: center;
	color: #fff;
}

#terms-section .custom-title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}

#terms-section .custom-text,
strong {
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 20px;
}

#terms-section .disclaimer {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 1px;
	padding: 15px 0;
	display: block;
}

#terms-section ol {
	margin-bottom: 0;
}

#terms-section ul {
	margin-bottom: 0;
}

#terms-section li {
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 10px;
}

#terms-section .underline {
	text-decoration: underline;
}

#terms-section .bold {
	font-weight: bold;
}

#terms-section .italic {
	font-style: italic;
}

#terms-section a {
	text-align: center;
	color: #5d9dfb;
}
