.banner-section{
	position:relative;
}
.banner-section img{
	width:100%;
}
.banner-section p{
	margin:0;
}
.banner-section .swiper-slide img{
	width:100%;
	height:auto;
	min-height:100%;
	transition:1s linear 2s;
}




@media only screen and (max-width: 767px){
	.banner-section .banner-text{
		position: relative;
	    top: auto;
	    left: auto;
	    transform: unset;
	    margin: 2rem auto;
	}
	.banner-section .banner-text .bt-title,
	.banner-section .banner-text .bt-text{
		text-align: center;
    	text-shadow: none;
    	color:var(--bs-link-color);
	}
	.banner-section .btn-outline-primary{
		border-color:var(--bs-theme-color);
		background-color:var(--bs-theme-color);
		margin:0 auto;
	}
	.banner-section .swiper-wrapper{
		overflow:hidden;
	}
	
}


 




