	.swiperInsurance {
		width: 100%;
		height:100px;
		overflow:visible;
		overflow-x:clip;
	}
	
	.swiperInsurance .swiper-wrapper{
		display: flex;
		align-items: center;
	}

	.swiperInsurance .swiper-slide {
		width: 200px;
		height: 100px;  
		overflow: hidden;
		padding:0px 40px;
		transition: transform 0.3s ease-in-out; /* Smooth transition */
	}
	
	.swiperInsurance .swiper-slide img{
		width: 200px;
		height: 100px;  
		border-radius: 10px;	
		transform:none;
	}
	