div.related-post {
    display: grid !important;
    grid-auto-flow: column !important;
    margin: 25px 0 25px 0 !important;
    padding: 5px 0;
    gap: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    justify-content: flex-start !important;
  }
.related-post-image > a > img {
    width: 200px;
}
.related-post-content > .related-post-title > a {
    color: black !important;
    font-weight: bold !important;
}
.related-post-content > .related-post-title > a:hover {
    color: #f70b28 !important;
    font-weight: bold !important;
}
.related-post-image {
    max-width: 200px;
    max-height: 150px;
    overflow: hidden;
    align-self: center;
}