.splide__arrows_below {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}
.splide__arrows_below::before {
    content: '';
    height: 1px;
    width: 30px;
    background-color: rgba(200, 200, 200, 0.4);
    flex-grow: 1;
}

.splide__arrows_below .splide__arrow:disabled {
    opacity: 0.3 !important;
}

.splide__arrows_below .splide__arrow {
    position: unset !important;
    top: unset !important;
    transform: unset !important;
    border-radius: 3px !important;
    width: 3em !important;
    height: 3em !important;
    background: #004798 !important;
}

.splide__arrows_below .splide__arrow svg {
    fill: white !important;
}