* {
	scroll-behavior: smooth;
}

.article-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 50px;
}

.article-container {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
	padding: 1rem;
	display: flex;
	flex-direction: column;
}

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

.paragraph-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}

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

.list-header {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 3rem;
}

.article-list {
	margin-bottom: 3rem;
	padding: 0;
}

.article-list li {
	padding: 0.5rem 0;
	list-style: none;
}

.article-link {
	text-decoration: none;
	color: #0275d8;
}

.link {
	text-decoration: none;
	color: #0275d8;
}

.paragraph-xl-link {
	font-size: 1.5rem;
	text-decoration: none;
	color: #0275d8;
}

.link:hover {
	text-decoration: underline;
}

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

.title-sm {
	font-size: 2rem;
	font-weight: 600;
	margin-top: 0.5rem;
	margin-bottom: 2rem;
	border-bottom: 5px solid #ff4858;
	border-bottom-right-radius: 10px;
	width: fit-content;
	padding-bottom: 0.5rem;
	padding-right: 10px;
}

.article-heading {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.heading {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.paragraph-xl {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 3rem;
}

.paragraph {
	margin-bottom: 1rem;
	text-align: start;
	width: 100%;
}

.active .content-link {
	text-decoration: underline;
	font-weight: 500;
}

.warranty-container {
	display: flex;
	justify-content: center;
	gap: 3rem;
	margin: 2rem 0;
}

.warranty-container a {
	color: white;
	padding: 1rem;
	background-color: #0275d8;
	border-radius: 10px;
	transition: all 0.1s;
}

.warranty-container a:hover {
	text-decoration: none;
	background-color: #0274d8b5;
	color: white;
}
.warranty-container a:focus {
	text-decoration: none;
	color: black;
}

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

	.warranty-container {
		font-size: 0.8rem;
	}
}
