.related-articles-block .content-padding {
    padding: 0px 22.5px 60px;
}
.related-articles-block .negative-margin {
    margin: 0px -22.5px;
}
.related-articles-block a.button.tag, .blog-grid-block button.tag {
    margin-bottom: 20px;
}

.single-nw-blog .related-articles-block > div, .single-nw-articles .related-articles-block > div, .single-nw-press-releases .related-articles-block > div {
    background-color: var(--linen);
}

.related-articles-block .image-4by3 > img {
    min-width: 102%;
    min-height: 102%;
    height: 102%;
    width: 102%;
    transition: ease all 0.3s;
}

.related-articles-block .content-padding:hover .image-4by3 > img {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

.related-articles-block a.related_articles_image_link:hover {
    opacity: 1;
}


.related-articles-block h4 {
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.related-articles-block h4:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0%;
    background-color: var(--onyx);
    bottom: 0;
    left: 0;
    transition: ease all 0.6s;
}

.related-articles-block .related_articles_image_link:hover ~ h4:after,
.related-articles-block a.button:hover ~ h4:after {
    width: 75%;
}