.lone-related-post {
    padding: 5px;
    position: relative;
    margin: 50px auto 50px auto;
    padding: 30px 0 30px 0;
    border-left: 10px solid #fc7753;
    position: relative;
}

.lone-related-post::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 5;
    opacity: 0.5;
    pointer-events: none;
}

.lone-related-post__image {
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.lone-related-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 991.98px) {
    .lone-related-post__image img {
        width: 100% !important;
        max-width: 100%;
    }
}

.lone-related-post__content {
    text-align: center;
    padding: 10px;
    color: #fff;
    color: #fff;
}

.lone-related-post__introduction {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

.lone-related-post a {
    color: #fff !important;
    text-decoration: none !important;
}

.lone-related-post__title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 10;
    text-decoration: none;

}