.timeline-cards .ftimeline-audience {
    display: inline-block;
    margin: 0 0 .25rem;
    padding: .3rem .75rem;
    border-radius: 99rem;
    background: #09294a;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.timeline-cards .fbox-illustration {
    display: flex !important;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .72);
}

.timeline-cards .illustration-document { background-image: url('/img/style/timeline-document.svg'); }
.timeline-cards .illustration-choice { background-image: url('/img/style/timeline-choice.svg'); }
.timeline-cards .illustration-shell { background-image: url('/img/style/timeline-shell.svg'); }
.timeline-cards .illustration-conversation { background-image: url('/img/style/timeline-conversation.svg'); }
.timeline-cards .illustration-pension { background-image: url('/img/style/timeline-pension.svg'); }

.timeline-cards .fbox-content a {
    color: inherit;
    font-weight: 600;
}

.timeline-cards .fbox-content {
    min-width: 0;
}

.ftimeline.timeline-cards li .fbox-content {
    border-radius: 2rem;
}

.timeline-cards .fbox-content p {
    overflow-wrap: anywhere;
}

@media (max-width: 1199.98px) {
    .timeline-cards .fbox {
        padding-left: 58px !important;
    }

    .timeline-cards .fbox-illustration {
        left: 0 !important;
    }

    .timeline-cards .fbox::before {
        width: 49px !important;
    }
}

@media (min-width: 1200px) {
    .timeline-cards .ftimeline-audience {
        display: table;
        margin-right: auto;
        margin-left: auto;
    }
}
