.blog-heading-link {
    text-decoration: none;
}

.posted-blogs {
    color: #202020;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.author-img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50% !important;
    object-fit: contain;
}

.blog-author-n-category,
.blog-author-n-category>a {
    color: #9ca1b0 !important;
    margin-bottom: 0 !important;
}
.blog-author-n-category>a :hover{
    color: #1c6899;
    text-decoration: underline;
    cursor: pointer;
}

.blog-author-n-category>.label-circle {
    color: #a6a7a9;
    font-size: .4rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    color: #c4c4c4;
    position: relative;
    top: -3px;
}



.author-side-div{
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 15px;
}

.blog-heading-link {
    color: var(--blue-clr) !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-block: 10px;
}
.author-side-div .about-author-text {
    font-size: 1.5rem !important;
}
.author-side-div .media-body h6 {
    font-size: 1.3rem !important;
}
.author-side-div a {
    cursor: pointer !important;
    color: #008de8 !important;
}
.author-side-div .each-categy-card img {
    width: 100% !important;
}
.author-side-div .author-img{
    width: 175px!important;
    height:  175px!important;
    overflow: hidden;
    border-radius: 15px!important;
}
.author-side-div .author-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:767px) {
    .author-side-div .about-author-text{
        padding: 0!important;
    }
    .author-side-div .about-author-text::before{
        top: calc(100% + 5px)!important;
    
    }
}