.swiper .wrapper {
    max-width:100%;
    padding: 20px 10px;
    margin: 60px 35px;
    overflow: hidden;
}

.swiper .wrapper .baj-card {
    width: 350px;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    overflow: hidden;
}

.baj-card .baj-card-image img {
    width: 100%;
    padding: 10px;
    border-radius: 22px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.baj-card .baj-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 25px 25px;
}

.baj-card .baj-card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: rgba(140, 104, 74, 0.02);
}

.swiper-pagination span {
    background-color: unset;
    border: #8C684A solid 1px;
}

.swiper-pagination-bullet {
    opacity: .8;
}

.swiper-pagination-bullet-active {
    background-color: #8C684A !important;
    border: 0;
}

.swiper-pagination span {
    background-color: unset;
    border: #8C684A solid 1px;
}

.swiper-pagination-bullet-active {
    color: #8C684A;
    border: 0;
}

.swiper-button-next, .swiper-button-prev {
    color: #8C684A;
}