
#carouselItemsRed .carousel-inner {
    padding-bottom: 10%;
}

#carouselItemsRed .carousel-indicators [data-bs-target] {
    border-top: none;
    border-bottom: none;
    border-radius: 4px;
    height: 8px;
}




/* TABLET */
@media only screen and (min-width: 721px) and (max-width: 1000px) {

    #carouselItemsRed .carousel-indicators [data-bs-target] {
        border-top: none;
        border-bottom: none;
        border-radius: 4px;
        height: 14px;
        width: 45px;
    }

}


/* MOBILE */
@media only screen and (max-width: 720px) {

    #section-red-items-tablet-mobile {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .box-shadow-3 {
        height: 280px;
        border-radius: 34px;
        border: 4px solid rgba(183, 183, 183, 0.60);
        background: #141414;
        box-shadow: 2px 3px 19.4px -3px rgba(147, 147, 147, 0.50) inset, -31px -15px 76.7px -33px #000;
    }

    #carouselItemsRed .carousel-indicators {
        position: absolute;
        top: 310px;
    }
}
