.centered-carousel {
    padding-top: var(--spacing-large);
    padding-bottom: var(--spacing-large);
}

.centered-carousel .swiper {
    padding-bottom: clamp(20px, 3vw, 60px);
}

.centered-carousel .swiper-slide {
    height: 620px;
}

.centered-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.centered-carousel-slide-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px;
    display: flex;
    align-items: flex-end;
}

.centered-carousel-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 500px;
}

.centered-carousel-content-wrapper p {
    color: var(--White);
}

.centered-carousel .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}