.bloq_formulario2_oksilver {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   align-items:center;
}
.bloq_formulario2_oksilver .imagen_pop_up {
    flex: 0 0 50%;
    width: 50%;
    background-image: url(/img/sorteo-tarjeta-regalo.png);
     background-size: cover;
    background-position: top center;
    background-color: #000;
    background-repeat: no-repeat;
    min-height: 480px;
}
.bloq_formulario2_oksilver .texto_pop_up {
    flex: 0 0 50%;
    padding: 20px;
}
.bloq_formulario2_oksilver .texto_pop_up p { margin-bottom: 20px;}
.bloq_formulario2_oksilver .texto_pop_up b {font-weight: bold;}

.bloq_formulario2_oksilver .texto_pop_up p.titulo {
    font-size: 26px;
    font-weight: bold;
}

.bloq_formulario2_oksilver .texto_pop_up span.let-peq_bf {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    font-style: italic;
}
#countdown .cont {
        padding: 10px;
        background: #f5f5f5;
        margin: 0 5px;
        border-radius: 5px;
        min-width: 40px;
        display: inline-block;
        text-align: center;
    }