.main-image {
	width: 100%;
	height: auto;
	margin: auto;
	object-fit: cover;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-radius: 10px;
}

.title {
	text-align: center;
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 50px;
}

.title-sm {
	font-size: 35px;
	font-weight: 700;
	color: #f9a61a;
	margin-top: 20px;
	line-height: 40px;
}

.paragraph-xl {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 5rem;
	margin-bottom: 5rem;
	text-align: justify;
}

.paragraph-xl-link {
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: 600;
	color: rgb(3, 109, 163);
}

.paragraph {
	font-size: 1.5rem;
	text-align: justify;
}

.paragraph-lg {
	text-align: start;
	font-size: 16px;
	text-align: justify;
}

.paragraph-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	background-image: url(/img/modeleOpon/small/srf01bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding: 50px;
	border-radius: 20px;
}

.paragraph-wrapper img {
	width: 350px;
}

.paragraph-container {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.list-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.ordered-list-container {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.list-item {
	font-size: 20px;
	font-weight: 600;
	margin-left: 30px;
}

.promotion-head {
	color: black;
	margin-bottom: 50px;
}

.promotion-head h2 {
	font-size: 35px;
	font-weight: 700;
	text-align: justify;
	margin-bottom: 40px;
	color: #f9a61a;
}

.sub-title {
	font-size: 30px;
	font-weight: 600;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px;
}

.description-container {
	background-color: #f9a61a;
	width: 60%;
	padding: 40px;
}

.flex-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.image-container {
	width: 50%;
	min-height: 100%;
	background-image: url(/img/artykuly/conti-promocja/continental-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.list-link {
	font-size: 20px;
	font-weight: 700;
	color: cornflowerblue;
}

.border-yellow {
	border: 2px solid #f9a71a45;
	padding: 30px;
	border-radius: 20px;
}

.align-center {
	align-items: center;
}

.flex-col {
	flex-direction: column;
}

.ordered-list-container li {
	font-size: 16px;
	font-weight: 500;
	width: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	gap: 20px;
}

.list-icon {
	width: 100px;
}

.list-paragraph {
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.sub-title {
		line-height: 30px;
	}

	.flex-container {
		flex-direction: column;
	}

	.flex-container:first-of-type {
		flex-direction: row;
	}

	.ordered-list-container {
		flex-direction: column;
	}

	.list-item {
		margin-left: 0;
	}
	.paragraph-xl {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}

	.paragraph-wrapper {
		flex-wrap: wrap-reverse;
	}

	.paragraph-wrapper img {
		width: 300px;
	}
}
