
.splide__track {
    margin-bottom: 70px;
}
.splide__list {
    display: flex;
}
.splide__slide img {
    height: auto;
    width: 100%;
}
.splide__arrow {
    background: #fff;
    height: 2.625rem;
    opacity: 1;
    width: 2.625rem;
}
.splide__arrow svg {
    fill: #599cc2;
    height: 1rem;
    width: 1rem;
}
.splide__pagination {
    bottom: -70px;
}
.splide__pagination__page {
    background: #f5f5f5;
    height: 12px;
    width: 12px;
    margin: 6px;
}
.splide__pagination__page.is-active {
    height: 12px;
    width: 12px;
    background: #599cc2;
    transform: scale(1.0)
}
