.blogCard_lg_Img {
    height: 440px;
    position: relative;
}

.blogCard_lg_Img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

.featuredTag {
    background: #e2e2e2;
    color: var(--dark);
    fill: var(--dark);
    padding: 0.2rem 0.4rem
}

.blogCardImg {
    height: 240px;
    width: auto;
    overflow: hidden;
    position: relative;
}

.blogCardImg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    transition: 0.3s;
}

.blogCard:hover .blogCardImg img {
    scale: 1.03;
}

.blogCardDesc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* blogs details  */
#header {
    height: 420px;
    width: auto;
    position: relative;
}

#header img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.headerContent {
    position: relative;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #00000000, #00000000, #00000062);
}

.publisherAvatar {
    min-height: 50px;
    min-width: 50px;
    position: relative;
    background: #fdfdfd !important;
    border-radius: 50%;
    overflow: hidden
}

.publisherAvatar img {
    position: absolute;
    object-fit: cover;
    height: 80%;
    width: 80%;
}

.publisherAvatar img,
.publisherContent {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -ms-touch-select: none;
    -webkit-user-select: none;
}

.main_content_container {
    max-width: 900px !important;
    margin: auto !important
}

strong {
    font-weight: 600 !important
}

.dropdownMenuList {
    min-width: 200px
}
