/* Created by Content Block Wizard */

.fullsizeteaser-inner {
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.fullsizeteaser-main-text,
.fullsizeteaser-cta .btn-main-avp {
    margin: auto;
}

.fullsizeteaser-main-text p,
.fullsizeteaser-cta p {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
}

.fullsizeteaser-cta {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.fullsizeteaser-cta p {
    color: #FCFD7E;
    justify-content: center;
}

#teaser-number-countup {
    background-color: #FCFD7E;
    color: #000;
    font-size: 30px;
    display: flex;
    justify-content: center;
    margin: 0 10px;
    min-width: 100px;
    padding: 5px 10px;
}

@media screen and (max-width: 860px) {

    .fullsizeteaser-container {
        margin-bottom: 15px;
    }

    .fullsizeteaser-inner {
        padding: 20px;
    }

    .fullsizeteaser-main-text p {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .fullsizeteaser-main-text p #teaser-number-countup {
        margin: 15px 0;
        padding: 15px 30px;
    }

    .fullsizeteaser-cta p {
        font-size: 18px;
        line-height: 24px;
    }
}
