.sec-header {
	position: relative;
}


.swiper-slide {
	height: auto;
}

.swiper-slide.card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.swiper-pagination {
	position: relative;

	.swiper-pagination-bullet {
		width: 50px;
		height: 4px;
		border-radius: 0;
	}
}
