.Home_containerBrands___59wI{
    width: 100%;
    height: 100vh;
    position: relative;
}

.Home_lstBrands__UCo6I{
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.Home_lstBrands__UCo6I > li{
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    scroll-snap-align: start;
}

.Home_lstBrands__UCo6I > li > a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 700px){
    .Home_containerBrands___59wI{
        height: calc(100vh - 120px - 80px);
    }
}
.BackgroundTextOverlay_overlay__3t98t{
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.BackgroundTextOverlay_background__MJ5zF{
    display: flex;
    min-width: 60%;
    height: 120px;
    padding: 36px;
    background-color: var(--layer-1);
    border-radius: 2px;
    justify-content: center;
    align-items: center;
}

.BackgroundTextOverlay_heading__9YRKp{
    font-family: var(--condensed);
    font-size: 30px;
    color: var(--white);
}

.BackgroundTextOverlay_subheading__C0d1B{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    margin-top: 4px;
}
