#mshokej2021-counter {
    background-color: #1A609A;
    color: #fff;
    margin: 0 0 25px 0;
}
#mshokej2021-counter a {
    display: block;
    color: #fff;
    padding: 30px 0 20px 0;
}
#mshokej2021-counter a .mshokej-counter-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
#mshokej2021-counter a .mshokej-counter-subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 22px;
}
#mshokej2021-counter a #mshokej-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#mshokej2021-counter a #mshokej-counter div {
    margin: 0 3px;
}
#mshokej2021-counter a #mshokej-counter div:first-child {
    margin: 0 28px 0 3px;
}
#mshokej2021-counter a #mshokej-counter div .count-value {
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #1A609A;
    font-size: 26px;
    display: block;
    font-weight: bold;  
    margin-bottom: 4px;
}
#mshokej2021-counter a #mshokej-counter div .count-desc {
    width: 50px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    line-height: 19px;
}