
.card{
	border: none;
	border-radius: 0px;
	box-shadow: 2px 6px 8px 0 rgba(22, 22, 22, 0.18);
		
	

}



.carousel-inner{
	
}
.card-text{
	color: white;
	background: whitesmoke;
}
.carousel-control-prev,.carousel-control-next{
	background-color: #e1e1e1;
	width: 6vh;
	height: 6vh;
	border-radius: 50%;
	top: 50%;
	transform: translate(-50%);
}

.carousel-control-prev span,
.carousel-control-next span{
	width: 1.5rem;
	height: 1.5rem;
}



@media screen and (min-width: 577px){
.cards-wrapper{
	display: inline-flex;
}
.card-wraper{

	width: 100%;
padding: 60px 0;
background-color: #fff;
display: flex;
justify-content: center;
column-gap: 0px;
margin-top: 10%;

}
.card{
	margin: 1em ;
	width: calc(100%/3);
}
.image-wrapper{
	height: 22vw;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
@media screen and (max-width: 576px){
	.card:not(:first-child){
		display: none;
	}
}

.image-wrapper img{
	max-width: 100%;
	max-height: 100%;
}