.component-title-sliding-images-and-texts__home-banner-slider {
    background-color: black;

    .swiper-button-prev {
        transform: rotate(90deg);
        left: 1.09rem;
    }
    .swiper-button-next {
        transform: rotate(-90deg);
        right: 1.09rem;
    }

    .swiper-arrow::after {
        content: '';

        background-image: url("../../img/nav-arrow-8528e934a8e8ed032dd67d225635e589.webp");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 2.22213rem;
        width: 4.39488rem;
        aspect-ratio: 70.32 / 35.55;
    }

    .component-title-sliding-images-and-texts--component-wrapper-picture-picture-image__home-banner-slider {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 64rem) {
    .component-title-sliding-images-and-texts__home-banner-slider {

        .swiper-arrow::after {
            height: 2.813rem;
            width: 5.563rem;
            aspect-ratio: 89 / 45;
        }
    }
}