.fastech-carusel {
  position: relative;
}
.fastech-carusel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fastech-carusel__item img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: auto;
}
/* navigation tweaks */
/* .fastech-carusel .swiper-button-prev,
.fastech-carusel .swiper-button-next {
  color: #111;
} */
