.btn__carousel:hover svg {
    color: white;
}

[data-carousel] .carousel-track {
    width: 100%;
}

[data-carousel] .carousel-slide {
    flex: 0 0 100%;
    min-width: 0;
    box-sizing: border-box;
}