* {
    letter-spacing: 0.2px;
}

.viewBlogBody {
    background-color: #0c0f13;
}

.viewBlogSection {
    padding: 40px 0px;
    margin-bottom: 40px;
}

    .viewBlogSection .blogImage img {
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .viewBlogSection .profile {
        border-bottom: none;
    }

        .viewBlogSection .profile ul {
            display: flex;
            margin-bottom: 0px;
            /* padding-left: 20px; */
        }

            .viewBlogSection .profile ul li {
                margin-right: 40px;
                color: #fff;
                font-size: 20px;
            }

    .viewBlogSection .blogTitle h3 {
        font-size: 40px;
        text-transform: capitalize;
    }

    .viewBlogSection .blogTitle h3,
    .viewBlogSection .blogDescription p,
    .recentStory h3,
    .categories ul li,
    .recentStory h3,
    .Tags ul li {
        /* color: #171818; */
        color: #fff;
    }

.recentStorySection {
    margin: 0px 40px;
}

.recentStoryList {
    display: flex;
    padding-bottom: 20px;
}

.recentStory {
    border-bottom: 1px solid;
    margin: 20px 0px;
}

.recentStoryList .blogImage img {
    width: 100px;
    height: unset !important;
}

.recentBlogInfo {
    padding: 0px 20px;
}

    .recentBlogInfo p {
        margin-bottom: 0px;
        color: #fff;
    }

.tagsList div {
    padding: 5px 0;
}

.tagsList a {
    margin-right: 10px;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 5px 10px;
}

.blog-bg-banner {
    background: linear-gradient(rgba(133, 130, 145, 0.2), rgba(0, 0, 0, 1.5)), url("../Images/Blogs/BlogBanner.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogDescription .blog-para h5 {
    font-size: 25px;
}

.blogDescription .blog-para ul {
    color: #fff;
    padding-left: 20px;
}

    .blogDescription .blog-para ul li::before {
        content: "\2022";
        color: #dd1727;
        font-weight: bold;
        display: inline-block;
        width: 20px;
        margin-left: -16px;
    }

    .blogDescription .blog-para ul li {
        padding: 10px 0px;
    }

        .blogDescription .blog-para ul li span {
            font-weight: 700;
            letter-spacing: 0.6px;
        }

@media (max-width: 576px) {
    .recentStoryList {
        flex-direction: column;
    }

    .recentStorySection {
        margin: 0px 20px;
    }

    .recentStoryList .blogImage img {
        width: -webkit-fill-available !important;
    }

    .recentBlogInfo {
        padding-top: 20px !important;
    }
}
