.strong-mammy-clipping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.strong-mammy-clipping article.journal-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 230px;
    margin: 0px 10px 10px;
    width: calc(33% - 20px);
    background-position: center;
    background-size: cover;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.strong-mammy-clipping article.journal-article a {
    color: white;
}

.strong-mammy-clipping article.journal-article .journal-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 101px;
    height: 33px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    margin: 0px 10px;
}

.strong-mammy-clipping article.journal-article .journal-title {
    margin: 0px 10px;
}

.strong-mammy-clipping article.journal-article .journal-title a {
    text-shadow: 0px 0px 1px black;
    font-size: 18px;
    font-weight: 600;
}
