.cee-blok {
	width: 100%;
	margin: 20px auto 50px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	clear: both;
}
.cee-blok h1, h2 {
	color: #2D6D9E;
	padding: 20px;
}
.cee-blok img {
	padding: 20px;
	loading: lazy;
	decoding: async;
}
.cee-blok p {
	padding-bottom: 10px;
}
.cee-blok ul {
	margin-left: 10px;
	margin-bottom: 10px;
	color: black;
	font-weight: normal;
}
.cee-blok a {
	color: #E31E25;
	text-decoration: none;
}
.cee-blok a:hover {
	color: #3783DB;
}
.ul-di {
	list-style-type: disc; /* kropki odmyślne */
}
.ul-ci {
	list-style-type: circle; /* kółka */
}
.ul-sq {
	list-style-type: square; /* kwadrat*/
}
.ul-de {
	list-style-type: decimal; /* liczba */
}
.ul-la {
	list-style-type: lower-alpha; /* a, b, c */
}
.ul-ua {
	list-style-type: upper-alpha; /* A, B, C */
}
.ul-ur {
	list-style-type: upper-roman; /* rzymskie */
}

@media screen and (max-width: 768px) {
	.cee-blok {
		padding: 10px;
	}
	.cee-blok img {
		float: none !important;
        display: block;
        margin: 0 auto 20px;
	}
	.cee-blok h1, h2 {
		text-align: center;
	}
	.cee-blok ul {
		margin-left: 3px;
	}
}