div[id*=richtext-timer].gevme-content-blocks-column .gevme-richtext-block-content {
    display: none;
}

.timer-wrapper {
    display: flex;
    gap: 47px;
    justify-content: center;
}

.timer-wrapper>div {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
}

.timer-wrapper>div:last-child {
    display: none;
}

.timer-wrapper .box {
    margin: 0;
    color: #720500;
    font-size: 47px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timer-wrapper .box-title {
    text-align: center;
    color: #720500;
    font-weight: 600;
    font-size: 24px;
}

.timer-wrapper>div:last-child::after {
    display: none;
}

@media screen and (max-width: 575px) {

    .timer-wrapper .box-title {
        font-size: 10px;
    }

    .timer-wrapper .box {
        font-size: 20px;
    }
}