#contador .time-unit {
    text-align: center;
}

#contador .number, #contador2 .number {
    color: #E7321F;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
#contador2 .number{
    color: #ffffff;
}
#contador .label, #contador2 .label{
    color: #431458;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#contador2 .label{
    color: #FBD96E;
}

@media (max-width: 768px) {
    #contador .number, #contador2 .number {
        font-size: 40px;
    }
    #contador .label, #contador2 .label {
        font-size: 16px;
    }
}

.youtube-iframe {
    width: 100%;
    height: 540px;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
    .youtube-iframe {
       max-width: 95%;
         /*adjust the height*/
        height: 250px;
    }
}
.special-color-youtube {
    background: linear-gradient(0deg,
    rgba(161,23,9,1) 0%, rgba(161,23,9,1) 3%,
    rgba(231,50,31,1) 3%, rgba(231,50,31,1) 70%,
    rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);

}