#match-countdown {
    font-family: "Barlow";  
}
#match-countdown .bg {
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#match-countdown .bg .bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    /* opacity: .7; */
    /* background: linear-gradient(to right, #1e1e41, transparent); */
    background: linear-gradient(75deg, #1e1e41, transparent);
}
#match-countdown .cover{
    position: relative;
}
#match-countdown .cover .label{
    color: #f7b143;
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: .85;
}
#match-countdown .cover .sub-label{
    color: #f7b143;
    font-size: 20px;
    font-weight: 900;  
    text-transform: uppercase;
    margin-top: 20px;
}
#match-countdown .cover .text{
    color: #f7b143;
    font-size: 14px;
    font-weight: 900;  
    text-transform: uppercase;
    margin-top: 20px;
}
#match-countdown .cover #timer-display{
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}
#match-countdown .cover .number{
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #f7b143;
    margin-bottom: 4px;
}
#match-countdown .cover .number span{
    color: #ffffff;
    font-size: 76px;
    font-weight: 400;
}
#match-countdown .cover .item-label{
    color: #f7b143;
    font-size: 12px;
    font-weight: 900;  
    text-transform: uppercase;
    text-align: center;
}
#match-countdown .cover .btn-custom-countdown{
    color: #5b002c;
    background-color: #f7b143;
    border-color: #f7b143;
    font-size: 18px;
    font-weight: 900;  
    text-transform: uppercase;
    padding-right: 32px;
    padding-left: 32px;
}
@media (min-width: 768px) {
    
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #match-countdown .bg {
        display: block;
        padding-left: 9vw;
        padding-top: 40px;  
    }
    #match-countdown .cover #timer-display{
        justify-content: start;
    }    
    #match-countdown .cover #timer-display .countdown-item{
        margin-right: 16px;
    }    
}