ul.flex-teaser, ul.left-teaser {
    list-style: none;
    -moz-hyphens: manual;
    hyphens: manual;
    margin: 0 1em;
}

ul.flex-teaser {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    gap: 1em 2em;
}

ul.flex-teaser li, ul.left-teaser li {
    flex: 1;
}

ul.flex-teaser li p, ul.left-teaser li p {
    font-size: 0.9em;
}

ul.flex-teaser li .teaser-img, ul.left-teaser li .teaser-img {
    display: block;
    margin-bottom: 0.25em;
    height: 4em;
    width: 4em;
    background: #cdb2c2;
    border-radius: 50%;
    padding: 0.5em;
    line-height: 4em;
    text-align: center;
}

ul.flex-teaser li .teaser-img {
    margin-left: auto;
    margin-right: auto;
}

ul.flex-teaser.alt li .teaser-img {
    background: #b2d8d4;
}

ul.flex-teaser li .teaser-img svg, ul.left-teaser li .teaser-img svg {
    max-height: 3em;
    max-width: 3em;
    vertical-align: middle;
}

ul.flex-teaser li h5, ul.left-teaser li h5 {
    display: block;
    font-weight: bold;
    font-size: 0.95em;
    margin-bottom: 0.25em;
}

.overlap-3 {
    position: relative;
    top: -3em;
    margin-bottom: -2em;
}

.overlap-4 {
    position: relative;
    top: -4em;
    margin-bottom: -3em;
}

.overlap-5 {
    position: relative;
    top: -5em;
    margin-bottom: -4em;
}

.teaser-box {
    background-color: #dcfdd7;
    color: #0a5300;
    border: 2px solid #118601;
    border-radius: 6px;
    padding: 0.75em;
    clear: both;
}