.swiper-wrapper {
	height: 200px !important;
	width: 90% !important;
  position: relative;
}
.swiper-slide {
	height: 100px;
	width: 10px;
  padding: 10px;
}

.swiper-slide img {
	height: 100%;
  width: 100%;
  object-fit: cover;
}

.swiper-button-next {
	height: 50px;
	width: 50px;
	border-radius: 4px;
  color: var(--default-blue)

}

.swiper-button-next {
	height: 50px;
	width: 50px;
	border-radius: 4px;
  color: var(--default-blue)
}

