.splide {
    margin: 2rem 0 3rem;
}

.splide__list{
    height: auto !important;
}

.splide__slide > .slide-bg > img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 80vw;
    height: auto;
    border-radius: var(--border-radius);
}

.splide__slide .slide-bg{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: var(--border-radius);
    height: 100%;
    background: var(--wrapper-bg);
    color: var(--wrapper-text);
}

.content-slide table{
    table-layout: fixed;
}