.after-before-section .swiper-slide{
  max-width:25%;
}
@media screen and (max-width: 768px) {
  .after-before-section .swiper-slide{
    max-width:33.333333%;
  }
}