.card {
    position: relative;
    display: flex;
    background: #fff;
    margin: 20px 0;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    /* border */
    box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d !important;
    border-radius: 15px;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.card-img-top {
    max-height: 23rem;
    border-radius: 15px 15px 0px 0px;
}

.card-title {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
    text-align: center;
    flex: 1 1 auto;
    padding: 1.25rem;
}

/* .container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
} */

.swiper-slide {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #7d2ae8;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0.7;
    color: #7d2ae8;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
    color: #7d2ae8;
}