.hero__content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero__title {
	font-size: 3.75rem;
	color: var(--pl-blue);
	text-wrap-style: balance;
	text-align: center;
	line-height: 1.5;
}

.hero__text {
	font-size: 1rem;
	color: var(--color-tertiary);
	text-wrap-style: balance;
	text-align: center;
}

.hero__img,
.hero__img img {
	width: 100%;
}

.hero__img img {
	object-fit: cover;
	border-radius: 1.25rem;
}

.sw--hero {
	margin-top: 2.75rem;
}

.section-hero {
	margin-bottom: 4rem;
	position: relative;
	background-image: url(../../img/pattern2.png);
	background-size: cover;
	background-position: center center;
}

.section-hero iframe {
	width: 100%;
	border-radius: 1.25rem;
	object-fit: cover;
	user-select: none;
	aspect-ratio: 16 / 9;
}

.sw-hero .swiper-pagination-bullet {
	margin-top: 1.5rem !important;
}

@media (max-width: 991.98px) {
	.section-hero {
		margin-bottom: 3rem;
	}

	.hero__title {
		font-size: 2.25rem;
	}
}

.sw--hero .swiper-pagination-bullet {
	margin-top: 2rem !important;
}
