.splide__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.splide__slide img {
    max-width: 100%;
    height: auto;
}

.splide__slide .text-center {
    margin-top: 10px;
}

.splide__slide .card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.splide__slide .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.splide__slide .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.splide__slide .card-text {
    font-size: 1rem;
    color: #555;
}

.splide__slide .card-img-top {
    border-radius: 5px 5px 0 0;
}

.splide__track {
    overflow: hidden;
}

.splide__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.splide__arrow {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.splide__arrow--prev {
    left: -20px;
}

.splide__arrow--next {
    right: -20px;
}

.splide__pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.splide__pagination__page {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.splide__pagination__page.is-active {
    background-color: white;
}
