.Carousel_label__ZGGdT{
    padding-left: 16px;
    font-family: var(--condensed);
    font-size: 28px;
    color: var(--white);
    line-height: 1;
    margin-bottom: 6px;
}

.Carousel_containerLst__8_MBt{
    width: 100%;
    position: relative;
}

.Carousel_lst__X2Rov{
    display: flex;
    gap: 6px;
    width: 100%;
    border-radius: 2px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

.Carousel_lst__X2Rov > li{
    min-width: calc(30.77% - 5.14px);
    max-width: calc(30.77% - 5.14px);
    scroll-snap-align: start;
}

.Carousel_lst__X2Rov > li > a{
    display: block;
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.Carousel_overlay__agfTX{
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.Carousel_containerBtnBack__TPM99{
    display: flex;
    padding-left: 6px;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.Carousel_containerBtnNext__aCFBj{
    display: flex;
    padding-right: 6px;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 600px){
    .Carousel_lst__X2Rov > li{
        min-width: calc(44.44% - 4.8px);
        max-width: calc(44.44% - 4.8px);
    }
}

@media screen and (max-width: 450px){
    .Carousel_lst__X2Rov > li{
        min-width: calc(80% - 4px);
        max-width: calc(80% - 4px);
    }
}
