#discount_countdown-category{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
}
#discount_countdown-category .specific_price_name, #discount_countdown-category .count{font-weight:bold;font-size:19px !important;}
@media screen and (max-width:800px){
    #discount_countdown-category .count{display:block;}
    
}