.related-post__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.related-post__list--item {
    width: 100px;
    font-size: 80%;
    text-decoration: none;
    line-height: 1.4;
}
@media screen and (max-width: 740px) {
    .related-post__list--item {
        width: 30%;
    }
}
.related-post__list--item img {
    width: 100%;
    height: auto;
}
.wp_rp_wrap {
    margin-top: 3em;
}

.wp_rp_content {
    width: 100%;
}

h3.related_post_title {
    font-style: italic;
    color: #93112D;
}