.content + .branch-newsfeed,
.products + .branch-newsfeed {
    margin-top: 2em;
}

.content .branch-newsfeed,
.products .branch-newsfeed {
    border: none;
}

.branch-newsfeed {
    border-top: 2px solid #d3d3d3;
    padding: 2.5em 0;
    position: relative;
}

.branch-newsfeed.cards h3 {
    font-size: 1.6em;
    font-weight: normal;
    margin-top: 0.5em;
}

.branch-newsfeed.cards h3 a {
    color: #575858;
    text-decoration: none;
}

.branch-newsfeed.cards h3 a img {
    display: block;
    margin-bottom: 0.7em;
}

.branch-newsfeed.cards .recent-post {
    display: flex;
    flex-wrap: wrap;
    margin: 2em 0;
    max-width: 300px;
}

.branch-newsfeed.cards .post-thumbnail {
    display: inline-block;
}

.branch-newsfeed.cards .post-thumbnail img {
    display: block;
    width: 100%;
}

.branch-newsfeed.cards .learn-more {
    align-self: flex-end;
}
