.container-hcor-gallery-carousel .image {
    line-height: 0;
    overflow: hidden;
}

.container-hcor-gallery-carousel .image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.container-hcor-gallery-carousel .swiper-slide {
    width: fit-content;
}

.container-hcor-gallery-carousel .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #d6dcec;
    opacity: 1;
}

.container-hcor-gallery-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #5d72b1;
}