.section-content {
	text-align: center;
}

.services-sub-section {
	margin-top: 7rem;
}

.offer-list {
	display: inline-block;
	text-align: left;
}

.offer-list li {
	position: relative;
	margin-bottom: 0.75em;
	color: var(--color-text-primary);
}

.services-images {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
}

.services-flex-row {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

@media (min-width: 840px) {
	.services-flex-row {
		flex-direction: row;
		align-items: center;
		gap: 1rem;
		max-width: 1200px;
		margin: 0 auto; /* <-- to centrowanie poziome! */
	}
	.section-content {
		flex: 1 1 0%;
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	.services-images {
		flex: 0 0 400px;
		margin: 0 auto;
		order: 2;
	}
	.section-content {
		order: 1;
	}
}
