li {
	list-style: none;
}

li::before {
	content: "\002022";
	position: absolute;
	left: 0;
	margin-right: .75rem;
	color: #209bd8;
}


@media screen and (max-width: 767px){

	.container-dienstleistungen {
		top: -70px;
		position: relative;
	}
}