.teaser-children-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
    background-color: #fdfdfd;
    text-align: center;
    padding: 1em;
    border-radius: 6px;
}