section#terms-of-service {
	font-family: var(--default-font);
	margin: 60px var(--section-margin) 0 var(--section-margin);
	position: relative;
}

section#terms-of-service h1 {
	font-family: var(--default-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 20px;
}


section#terms-of-service h3 {
	font-family: var(--default-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: black;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 20px;
}

section#terms-of-service h1::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

section#terms-of-service p {
	font-family: var(--default-font);
	color: #404040;
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	margin: 0 0 1em 0;
	text-align: justify;
}

section#terms-of-service span {
	font-family: var(--default-font);
	color: #404040;
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	margin: 0 0 1em 0;
	text-align: justify;
}

section#terms-of-service p {
	font-family: var(--default-font);
	color: #404040;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	margin: 0 0 1em 0;
	text-align: justify;
}

section#terms-of-service li {
	font-family: var(--default-font);
	color: #404040;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	margin: 0 0 0.7em 0;
	text-align: justify;
}

section#terms-of-service a {
	text-decoration: none;
}
