:root {
    --filled-cta-background: url('../images/%201.png');
    --filled-cta-background-mobile: url('../images/%201.png');
}

.filled-cta-mobile .filled-cta-header h3 {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    /* or 133% */
    text-transform: uppercase;
    color: #FFFFFF;
    overflow-wrap: break-word;
    margin-bottom: 0px;
}

.filled-cta-mobile .filled-cta-footer p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.filled-cta {
    background-image: var(--filled-cta-background-mobile);
    height: 400px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.filled-cta-mobile .filled-cta-header {
    max-height: 120px;
    padding-top: 20%;
}

.filled-cta-mobile .filled-cta-footer {
    padding-top: 55%;
}

.filled-cta-mobile .filled-cta-footer .row {
    align-items: center;
}

    .filled-cta {
        background-image: var(--filled-cta-background);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .filled-cta-header h3 {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 50px;
        /* or 125% */
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 0px;
    }
    .filled-cta-footer a,
    .filled-cta-footer a:link,
    .filled-cta-footer a:visited {
        text-decoration: none;
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        text-align: right;
        letter-spacing: 0.05em;
        color: #FFFFFF;
    }
    .filled-cta-height {
        height: 390px;
    }

.filled-cta-footer {
   margin-right: 100px;
}

.filled-cta-purple-heading h3 {
    color: var(--blue);
}

.filled-cta-orange-link {
    color: var(--orange);
}