.module-banner-pro {
	padding-bottom: 48px;
}
.module-banner-pro .banner-pro-slide {
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	border-radius: 24px;
	display: block;
}

.module-banner-pro .banner-pro-title {
	margin: 0 0 25px;
	font-size: 52px;
	line-height: 52px;
	letter-spacing: -0.3px;
	font-weight: 500;
}

.module-banner-pro .banner-pro-description {
	font-size: 18px;
}

.module-banner-pro .banner-pro-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px 0;
	padding: 50px 40px 108px;
	height: 100%;
}

.module-banner-pro .swiper-pagination {
	position: absolute;
	display: flex;
	gap: 0 14px;
	left: 40px !important;
	bottom: 40px !important;
	z-index: 10;
}

.module-banner-pro .swiper-pagination-bullet {
	margin: 0 !important;
	width: 12px;
	height: 12px;
	background: var(--fifth-background-color);
	border-radius: 100%;
	opacity: 1;
	transition: .3s background;
}

.module-banner-pro .swiper-pagination-bullet-active {
	background: var(--seven-text-color);
}

.module-banner-pro .mobile {
	display: none;
}
@media (max-width: 991px) {
	.module-banner-pro {
		padding-bottom: 20px;
	}
}
@media (max-width: 580px) { 
	.module-banner-pro .banner-pro-title {
		margin: 0 0 10px;
		font-size: 30px;
		line-height: 30px;
	}
	.module-banner-pro .banner-pro-description {
		margin: 0 0 20px;
		font-size: 14px;
		line-height: 18px;
	}
	.module-banner-pro .banner-pro-content {
		padding: 24px 24px 90px;
		min-height: auto;
		border-radius: 20px;
	}
}