.HC_carousel_wrapper {
    max-width: 1200px;
    margin: auto;
}

.HC_swiper .swiper-slide {
    transition: transform 0.45s ease;
}

.HC_swiper .swiper-slide-active {
    transform: scale(1.25);
    z-index: 5;
}

.HC_image_wrap {
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.HC_overlay_text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

.HC_text_block {
    text-align: center;
    padding: 40px 20px;
}
