





    .swiper-slide {
        /* position: relative; */
      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-button-prev,
    .swiper-button-next{
        color: #584d3f;
        margin: 20px;
    }


.c-item{
    max-height: 1200px;
    max-width: 800px;
}
.c-img{
    object-fit: cover;
}