.carousel-item::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.bg-pattern-1::before{
    background-image: unset;
}

table td{
    white-space: nowrap;
    font-size: .9rem;
}
table td:last-child{
    width:100%;
}