section.text-simple {
	padding: 45px 0;
}

section.text-simple ul {
	list-style: circle;
}
section.text-simple ol,
section.text-simple ul {
	margin-bottom: 20px;
	padding-left: 20px;
	list-style: circle;
}

section.text-simple.center {
	text-align: center;
}
section.text-simple.xl {
	font-size: 24px;
	line-height: 30px;
}

section.text-simple.l {
	font-size: 20px;
	line-height: 26px;
}
section.text-simple.right-image .c {
	padding-right:200px
}
section.text-simple.bg-color {
	background: var(--color);
	color: white;
}

section.text-simple .c p:last-of-type {
	margin: 0;
}

/* [s] */
@media all and (max-width: 768px) {
	section.text-simple.xl {
		font-size: 19px;

		line-height: 28px;
	}
}

/* [xs] */
@media all and (max-width: 576px) {
	section.text-simple.xl {
		padding: 25px 0 30px;
	}
}
