#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;
}

.image-cronometro{
  background-image:url('/sites/pe/files/flmngr/web-nueva/cintillo.webp');
    width: 150px;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
}
.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(/sites/pe/files/flmngr/web-nueva/check-btn.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;
}