.swipe {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

.swiper-second-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
  }

.swiper-second-slide img {
    display: block;
    width: 100%;
  }

.next-second-rectify{
    right: 5% !important;
    color: rgb(22, 22, 22) !important;
}

.prev-second-rectify{
    left: 5% !important;
    color: rgb(22, 22, 22) !important;
}
