
.box_employee{
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper2 {
    

  width: 280px;
  height: 450px;
}

.swiper2-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

