.image-card-slider .swiper-slide .slider-container-width{
	 display: flex;
	flex-direction: column !important;
    align-items: center;
}

.image-card-slider img{
    width: 100%;
    height: 100%;
    object-fit: contain;
	border-radius: 30px;
}

.slider-container-width{
	width: 100%;
}

.card-number{
	width: 30px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 0 0 3px #4A2828;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C9650E;
}

.content-container{
	display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: -16px;
}

.img-card-swiper-slider{
	margin-bottom: 50px !important;
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 768px) {
   
}

@media screen and (max-width: 640px) {
	.content-container{
		flex-direction: column;
		align-items: center;
		margin-left: 0px !important;
		    margin-top: -14px;
	}
}