.counter-wrapper {
    background-color: white;
    padding: 210px 20px 20px;
    border-radius: 8px;
    position: relative;
}
.counter-wrapper p {
    text-align: center;
    font-size: 12px;
    color: #000000;
}
.additional-info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding: 0;
}
.additional-info li {
    display: inline-block;
    text-align: center;
}
.additional-info span {
    display: block;
    margin: 0;
    font-size: 16px;
}
.additional-info span:first-of-type {
     text-align: center;
     font-weight: bold;
     text-transform: uppercase;
     color:#000000;
    margin-top: 15px;
 }

.additional-info span:last-of-type {
     margin-top: 5px;
     font-size: 14px;
     color: #8B8B8B;
 }
.featured-tournament-cta {
    display: block;
    color: #000;
    border-radius: 3px;
    margin: 45px auto 10px;
    width: 210px;
    height: 55px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 0;
    line-height: 55px;
    text-transform: uppercase;
    background: #ffeb00;
    background: -webkit-linear-gradient(#ffeb00,#ffb000);
    background: -o-linear-gradient(#ffeb00,#ffb000);
    background: -moz-linear-gradient(#ffeb00,#ffb000);
    background: linear-gradient(#ffeb00,#ffb000);
}
.featured-tournament-cta:hover {
    text-decoration: none;
    color: #000;
    background: #ffb000;
    background: -webkit-linear-gradient(#ffb000,#ffeb00);
    background: -o-linear-gradient(#ffb000,#ffeb00);
    background: -moz-linear-gradient(#ffb000,#ffeb00);
    background: linear-gradient(#ffb000,#ffeb00);
}
.header-image {
    width: 100%;
    height: 210px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.animated-countdown-text {
    margin: 35px 0 0;
}


