#countdown-offer p.unit {
    font-size: 12px !important;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
}

#countdown-offer p.number {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 14px;
    margin-top: 8px;
    font-weight: bold;
    text-align: center;
}

.btn-offer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
}

.btn-offer:after {
    display: inline-block !important;
    height: 36px;
    width: 36px;
    background: transparent url(/themes/custom/bootstrap_securitas/images/icons/svg/goto_alt.svg) no-repeat center;
    background-size: contain;
    content: '';
    margin-left: 10px;
}

#countdown-offer div {
    padding: 4px;
    background: white;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin-right: 12px;
}



#countdown-offer {
    display: flex;
    margin-left: 1rem;
}