.is-style-brand-slider.swiper-container-wrapper.alignfull {
    padding: 3rem 0;
}
.is-style-brand-slider figure {
    display: grid;
    place-content: center;
}
.is-style-brand-slider figure img {
    width: 120px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    border: 1px solid var(--wp--preset--color--black);
}
.is-style-brand-slider .swiper-button-next::after,
.is-style-brand-slider .swiper-button-prev::after {
    background-color: var(--wp--preset--color--grey);
    mask-size: 50%;
}
.is-style-brand-slider .swiper-button-next:hover::after,
.is-style-brand-slider .swiper-button-prev:hover::after {
    background-color: var(--wp--preset--color--black);
    mask-size: 50%;
}

.is-style-brand-slider .swiper-container {
    width: calc(100% - 80px);
}
.is-style-brand-slider.swiper-container-wrapper .swiper-buttons {
    width: calc(100% - 20px);
    left: 10px;
}
