.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: 2rem;
	font-weight: 600;
	margin: 2rem 0;
	border-bottom: 5px solid #b74444;
	border-bottom-right-radius: 10px;
	width: fit-content;
	padding-bottom: 0.5rem;
	padding-right: 10px;
}

.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-lg-link {
	font-size: 16px;
	color: rgb(1, 143, 213);
}

.paragraph-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	background-image: url(/img/modeleOpon/small/newpower-bg.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: 10px;
	padding: 50px;
}

.list-item {
	display: flex;
	align-items: center;
	gap: 30px;
	font-size: 20px;
	font-weight: 500;
}

.list-item img {
	width: 130px;
}

@media screen and (max-width: 991px) {
	.paragraph-xl {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}

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

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