.about-two {
  position: relative;
  overflow: hidden
}
.about-section {
  position: relative;
  z-index: 0
}
.about-section .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 880px
}
.about-section .swiper-button-next:after, .swiper-button-prev:after {
  color: #ffffff;
  font-size: 30px
}
.about-section .swiper-pagination {
  position: absolute;
  bottom: 20px
}
.about-section .swiper-pagination-bullet {
  background-color: #000000;
  opacity: 0.5
}
.about-section .swiper-pagination span {
  height: 10px;
  width: 10px
}
.about-section .swiper-pagination-bullet-active {
  background-color: #f8a335;
  opacity: 1
}