section.slidingBlocks .swiper-slide .wrapper {
    border: none;
    border-radius: 0;
}

section.slidingBlocks .items .img-wrapper {
    padding: 0;
}

section.slidingBlocks .blockTitle {
    margin: 2em auto 1em
}

section.slidingBlocks .swiper-button-prev,
section.slidingBlocks .swiper-button-next {
    color: var(--a-color);
}

section.slidingBlocks .swiper-button-prev:hover,
section.slidingBlocks .swiper-button-next:hover {
    color: var(--a-color);
}

section.slidingBlocks .swiper-button-disabled {
    opacity: 0;
}