.type-education.thanks {
    font-size: 26px!important;
}
.description-education.thanks {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
}
.count-down-container {
    display: none;
    font-family: Poppins;
}
.count-down-container.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.countdown {
    justify-content: center;
    align-items: center;
    display: flex;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    /*display: block;*/
    text-align: center;
    border-radius: 0px 15px 15px 15px;
    background: #B4B4B4;
    padding: 7px 14px;
}
ul.countdown li {
    display: inline-block;
    padding: 4px 4px 0;
}
ul.countdown li span {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2px;
    color: #000;
}
ul.countdown li.seperator {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 20px;
    vertical-align: top;
    color: #000;
    @media (max-width: 992px) {
        line-height: 36px;
    }
}
ul.countdown li p {
    color: #525252;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
.contact-whatsapp {
    display: none;
}
.contact-whatsapp a {
    background-color: #25d366;
    color: #FFF;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    padding: 10px 28px;
    border-radius: 3rem;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
.contact-whatsapp.show {
    display: block;
}
.contact-whatsapp i {
    margin-top: 3px;
}
ul.countdown .valido {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 17px;
    color: #000;
    font-size: 18px;
}
