.related-post-wrap {
    width: 100%;
    display: inline-block;
    padding: 50px 0 80px 0;
}

.related-post-wrap .post-card {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.related-post-wrap .post-card a {
    width: 100%;
    display: inline-block;
}

.related-post-wrap .post-card a .ft-image {
    width: 100%;
    display: inline-block;
    height: 200px;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    vertical-align: top;
    position: relative;
    transition: 0.4s ease-in-out;
}

.related-post-wrap .post-card a .content {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background: #fff;
    box-shadow: -1px 0px 5px 0px rgb(222 220 220);
}

.related-post-wrap .post-card a .content h5 {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
    font-family: 'Fjalla One', sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3a1c00;
    font-size: 1rem;
    transition: 0.4s ease-in-out;
}

.related-post-wrap .post-card a .content p {
    font-family: 'Fjalla One', sans-serif !important;
    font-weight: normal;
    letter-spacing: 2px;
    color: #3a1c00;
    font-size: 16px;
    width: 100%;
    display: inline-block;
}

.related-post-wrap .post-card a .ft-image:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.5);opacity: 0;transition: 0.4s ease-in-out;}

.related-post-wrap .post-card a:hover .ft-image:after {
    opacity: 1;
}

.related-post-wrap .post-card a:hover .content h5 {
    color: #f8b321;
}