.section-2 {
  margin-top: 50px;
  padding-left: 18%;
  padding-right: 18%;
}
.section-2 .section2-swiper {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.section-2 .section2-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.section-2 .section2-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-2 .section2-swiper .swiper-button-next {
  background: white;
  padding: 10px;
  border-radius: 50%;
  width: 28px !important;
  height: 28px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.section-2 .section2-swiper .swiper-button-prev {
  background: white;
  padding: 10px;
  border-radius: 50%;
  width: 28px !important;
  height: 28px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*# sourceMappingURL=section-2.css.map */
