.carousel {
    margin-bottom: 48px;
    position: relative;
}

.carousel .carousel-control-next img,
.carousel .carousel-control-prev img {
    width: 60px;
    height: 60px;
}

.carousel .carousel-indicators {
    margin-bottom: 60px !important;
}

.carousel .carousel-indicators [data-bs-target] {
    width: 16px !important;
    height: 16px !important;
    margin: 0 10px;
    border: unset;
    border-radius: 100%;
    background-color: #EEEEEE !important;
}

.carousel .carousel-indicators [data-bs-target].active {
    background: #FAD666 !important;
}

.carousel .carousel-inner .carousel-item {
    height: 600px;
    background: #EEEEEE;
}

.carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
}

.carousel .carousel-mask {
    width: 100%;
    height: 120px;
    border-radius: 60% 60% 0 0/60% 60% 0 0;
    background: #ffffff;
    position: absolute;
    bottom: 0;
}

@media (max-width: 1024px),
    (max-width: 960px),
    (max-width: 480px) {
    .carousel {
        margin-bottom: 40px;
    }

    .carousel .carousel-control-next img {
        margin: 0 12px 0 0;
    }

    .carousel .carousel-control-prev img {
        margin: 0 0 0 12px;
    }

    .carousel .carousel-indicators {
        margin-bottom: 8px !important;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 12px !important;
        height: 12px !important;
    }

    .carousel .carousel-inner .carousel-item {
        height: 300px;
    }

    .carousel .carousel-mask {
        height: 60px;
        bottom: -8px;
    }
}
