.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  /* height: 300px; */
  /* height: 579px; */
  margin: 20px auto;
}

.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.swiper-container {
  background-color: rgb(226, 215, 197);
  padding: 20px;
}


.swiper-button-next, .swiper-button-prev {
  color: #fff !important; 
}

.swiper-button-next:after, .swiper-button-prev:after {
  /* font-size: var(--swiper-navigation-size); */
  font-size: 60px !important;
  font-weight: 800;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
