.countdown {
        display: flex;
        justify-content: center;
        align-items: center;
}

.time-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: sans-serif;
        padding: 0 2px;
        border-right: 1px solid #fff;
        user-select: none;
        font-family: Impact;
        font-style: italic;
        text-align: center;
        color: #632823;
}

.time-section:last-child {
        border: none;
}

.count {
        font-size: 22px;
        font-family: Impact;
}

.units {
        font-size: 15px;
}
.timer_img {
    background: url(../bannersImg/75lvp.jpg) 50% 50% no-repeat;
    width: 100%;
    height: 200px;
    background-size: contain;
}
.wrap_timer {
    background: #fff;
    padding: 15px 0;
}

img {

height: auto;
}
