/* .swiper-button-next,
.swiper-button-prev {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    right:10px;
    padding: 30px;
    color: #000 !important;
    fill: black !important;
    stroke: black !important;
} */

.swiper-pagination-bullet {
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background-color: #bc9845 !important;
}

.swiper-wrapper {
    align-items: center; 
  }