.hektor-card__image .swiper {
    min-height: 240px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.hektor-card__image .swiper-button-prev,
.hektor-card__image .swiper-button-next {
    transition: all .3s ease;
    /* color: transparent; */
    padding: 2rem;
}
.hektor-card__image .swiper-button-prev::after,
.hektor-card__image .swiper-button-next::after {
    border-radius: 50%;
    /* padding: 1rem 0.7rem; */
    padding: 1rem 1.4rem;
    font-size: 1.5rem;
    color: transparent;
}
.hektor-card__image:hover .swiper-button-prev::after,
.hektor-card__image:hover .swiper-button-next::after {
    /* display: flex; */
    background-color: rgba(255, 255, 255, .8);
    color: rgb(26, 35, 64);
}
.hektor-swiper .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 10px;
}
.hektor-swiper .swiper-horizontal>.swiper-pagination-bullets, 
.hektor-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
.hektor-swiper .swiper-pagination-custom, 
.hektor-swiper .swiper-pagination-fraction {
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: fit-content;
}
.hektor-swiper .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .8);
}

.annonce-swiper {
    height: 100%;
}

.annonce-swiper .swiper-button-prev,
.annonce-swiper .swiper-button-next {
    transition: all .3s ease;
    padding: 2rem;
}

.annonce-swiper .swiper-button-prev::after,
.annonce-swiper .swiper-button-next::after {
    padding: 1rem 1.4rem;
    font-size: 1.5rem;
    color: transparent;
    border-radius: 50%;
}

.annonce-swiper:hover .swiper-button-prev::after,
.annonce-swiper:hover .swiper-button-next::after {
    background: rgba(255,255,255,.8);
    color:#1a2340;
}

.annonce-swiper .swiper-pagination-bullet {
    background: rgba(255,255,255,.8);
}

.annonce-swiper .swiper-pagination-bullet-active {
    width:20px;
    border-radius:10px;
}

@media (max-width: 980px) {
    .hektor-card__image .swiper-button-prev,
    .hektor-card__image .swiper-button-next {
        display: none;
    }
}