.related-first{
    .widget-thumb{
        max-width: 100% !important;
    }
    .related-content{
        padding: 20px 15px 10px;
        position: absolute;
        width: 100%;
        bottom: 0;
        background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 70%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(70%,rgba(0,0,0,.65)));
        background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.65) 70%);
        background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 70%);
        background: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 70%);
        background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.65) 70%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0)
    }
    .related-content *{
        color:#fff;
    }
    .related-post-item{
        margin-bottom: 30px !important;
    }
}
.related-post-item{
    position: relative;
    margin-bottom: 15px !important;
}
.related-post-item{
    gap: 15px;
}
.related-title a{
    color: #222638;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}