.countdown-timer {
    margin-left: auto;
    background-color: rgba(255, 255, 255, .5);
    padding-top: 20px;
    padding-bottom: 20px
}

.countdown-timer .item {
    display: inline-block
}

.countdown-timer .item:not(:last-of-type) {
    margin-right: 2rem
}

.countdown-timer .item > span {
    display: block;
    color: #041f42;
    font-weight: 700
}

.countdown-timer .item > span:first-child {
    font-size: 2rem;
    text-align: center
}

.revealed-bg .countdown-timer {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem
}

@media (min-width: 992px) {
    .vc_column-inner:not(.revealed-bg) .countdown-timer {
        width: 50%
    }
}

@media (min-width: 1200px) {
    [class*=img-with-] + .countdown-timer {
        transform: translateX(-25%)
    }
}

@media (max-width: 1199px) {
    .revealed-bg .countdown-timer {
        width: 75%
    }
}

@media (max-width: 991px) {
    .revealed-bg .countdown-timer {
        width: 100%;
        bottom: 0
    }
}

@media (max-width: 567px) {
    .revealed-bg .countdown-timer {
        padding-bottom: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .revealed-bg .countdown-timer > .item:not(:last-of-type) {
        margin-right: 0
    }

    .revealed-bg .countdown-timer > .item:nth-child(even) {
        margin-right: .5rem
    }

    .revealed-bg .countdown-timer .item {
        min-width: 58px
    }
}
