.text-section ul {
	list-style: inherit;
	padding-left: 30px;
	margin: auto;
}

.text-section--has-section-background::before {
	content: '';
	background-image: url('../svg/background-wave.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media only screen and (width <=767.98px) {
	.bottom-pattern {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
