
.achivements .swiper {
  width: 100%;
  height: 100%;
  direction: ltr;
}

.achivements .swiper-slide {
  text-align: start;
  font-size: 18px;
  background: var(--body-color) ;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;

}

.achivements .swiper-slide img {
  display: block;
  width: 80px;
  height: 160px;
  object-fit: cover;
 
}
