.lh-related-post-banner{
    margin: 15px 0;
    background: white;
}
.lh-related-post-banner a{
    text-decoration: none;
    color: black;
}
.lh-related-post{
    display: flex;
}
.lh-related-post-content{
    padding-left: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}
.lh-related-post-image{
    width: 40%;
    display: flex;
    align-items: center;
    min-width: 200px;
}
.lh-related-post-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: Merriweather, Georgia, serif;
}
.lh-related-categories{
    color: #487b31;
    font-family: Riposte-regular; 
    font-size: 12px;
    text-transform: uppercase;
}
@media screen and (max-width:650px){
    .lh-related-post-image{
        display: none;
    }
}
