.serwis-top-section {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.serwis-h2 {
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 35px !important;
}

.serwis-top-section-div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.st-col-l {
	width: 25%;
}

.st-col-l div {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.st-col-r {
	width: 75%;
	padding: 20px 40px;
	background: #dce9d5;
	border-radius: 10px;
}

.serwis-gj {
	width: 120px;
	object-fit: contain;
}

.serwis-logo {
	width: 120px;
	object-fit: contain;
}

.serwis-tick-mark {
	background: #6CB86A;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.st-col-r ul {
	margin: 0;
}

.st-col-r li {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.st-col-r li:not(:last-of-type) {
	padding-bottom: 10px;
}

.st-col-r li span {
	text-align: start;
	color: #6c7680;
	font-size: 14px;
}

.serwis-middle-section {
	display: flex;
	justify-content: center;
	margin-top: 35px;
	padding: 35px 0;
	background: #dce9d5;
}

.serwis-bottom-section h3,
.serwis-bottom-section p,
.serwis-middle-section p {
	font-size: 14px;
}

.serwis-middle-section p, 
.serwis-bottom-section h3, 
.serwis-bottom-section p {
	color: #6c7680;
	margin: 0;
}

.serwis-middle-section p {
	text-align: center;
}

.serwis-bottom-section p:not(:last-of-type) {
	margin-bottom: 15px;
}

.serwis-bottom-section {
	display: flex;
	justify-content: center;
	margin: 50px 0;
	text-align: center;
}

.serwis-bottom-section h3 {
	font-weight: bold;
	margin-bottom: 15px;
}

@media (max-width: 800px) {
	.serwis-top-section-div {
		margin: 0 20px;
        flex-direction: column;
        gap: 30px;
	}

	.st-col-l,
	.st-col-r {
		width: 100%;
	}
	
	.serwis-middle-section p { 
		margin: 0 20px;
	}

	.serwis-bottom-section {
		margin: 50px 20px;
	}
}