.blog-feed-container {
    background-color: #F4F9FF;
    padding-bottom: 90px !important;
}

.blog-feed-container .flex-container {
    display: flex;
    width: 100%;
    flex-grow: 1;
    justify-content: center;
}

.featured-posts-container {
    border-right: 1px solid #E9E9E9;
    padding-right: 46px !important;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.blog-cards-container {
    display: flex;
    gap: 54px;
}


.blog-card {
    width: 300px;
    border-radius: 17.792px;
    background: #FFF;
    box-shadow: 0 3.558px 3.558px 0 rgba(0, 0, 0, 0.01);
}

.blog-card-featured-image {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    height:100%;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
}

.blog-card-info-container{
    padding: 32px !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.blog-card-category {
    color: #40B2C9;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 9.81px; 
letter-spacing: 0.817px;
}

.blog-card-title {
    color: #121212;
    font-family: Roboto;
    font-size: 16.013px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.524px; 
}

.blog-card-read-time {
    color: #121212;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 9.81px; 
letter-spacing: 0.409px;
opacity: .3;
}

.blog-card-excerpt {
    color: #121212;
font-family: Lora;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21.255px; 
letter-spacing: 0.409px;
opacity: 0.7;
}

.featured-post {
    padding: 32px !important;
    position: relative;
    min-height:500px;
    border-radius: 18px;
}

.featured-post-overlay {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
/* background: linear-gradient(122deg, rgba(255, 255, 255, 0.20) 15.31%, rgba(4, 115, 144, 0.20) 60.75%);
 */
background: linear-gradient(122deg,
  rgba(255, 255, 255, 0.92) 0%,
  rgba(255, 255, 255, 0.92) 45%,
  rgba(4, 115, 144, 0.12) 65%,
  rgba(4, 115, 144, 0.2) 100%);

background-position: 50%;
background-size: cover;
background-repeat: no-repeat;
border-radius: 18px;
}

.post-author-info {
    margin-top: 36px !important;
}

.post-author-info,
.featured-post-author-info {
    display: flex;
}

.featured-post-info {
    width: 100%;
    max-width: 285px;
    margin-top: 50px !important;
}

.featured-post-title {
    color: #047390;
font-family: Roboto;
font-size: 31.291px;
font-style: normal;
font-weight: 500;
line-height: 35.747px; 
margin-bottom: 26px !important;
}


.post-author-info img,
.featured-post-author-info img {
    width: 30px;
    height: 30px;
    border-radius: 999999px;
    margin-right: 8px !important;
}


.featured-post-excerpt  {
color: #121212;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19.503px; 
letter-spacing: 0.424px;
opacity: 0.7;
margin-bottom: 32px !important;
}

.post-author-name,
.featured-post-author-name {
    color: #047390;
font-family: Roboto;
font-size: 13.941px;
font-style: normal;
font-weight: 600;
line-height: 11.327px; 
letter-spacing: 0.261px;
display: flex;
align-items: center;
}


.post-date,
.featured-post-date {
    margin-left: auto !important;
    color: #2C3A4B;
font-family: Lora;
font-size: 10.456px;
font-style: normal;
font-weight: 400;
line-height: 10.456px; 
letter-spacing: 0.436px;
opacity: 0.5;
display: flex;
align-items: center;
}





.featured-post-overlay {
    z-index: 1;
}

.featured-post,
.featured-post-info,
.featured-post-title,
.featured-post-excerpt,
.featured-post-author-info {
    position: relative;
    z-index: 2;
}







.blog-archive-info {
    border-left: 1px solid #E9E9E9;
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding-left: 46px !important;
}

.blog-category-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 360px;
    padding: 35px 25px !important;
    border-radius: 18.214px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.01);
}

.category-option-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 110px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.blog-category-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-category-title {
    color: #003C4C;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.364px; 
}

.blog-category-article-count {
    color: #2C3A4B;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    opacity: 0.3;
}


















.blog-contributer-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 360px;
    padding: 35px 25px !important;
    border-radius: 18.214px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.01);
}

h3.small-title {
    color: #047390;
font-family: Roboto;
font-size: 33px;
font-style: normal;
font-weight: 500;
line-height: 24.727px; 
}

h4.small-title {
   color: #0F1935;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; 
}

.contibuter-profile-img {
    width:50px;
    height: 50px;
    border-radius: 999999px;
}

.contibuter-container {
    display: flex;
    gap: 20px;
}

.contibuter-post-info {
    display: flex;
    flex-direction: column;
}

.contributer-name {
color: #047390;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.contributer-post-count {
color: #2C3A4B;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px; 
letter-spacing: 0.5px;
opacity: 0.3;
}

@media screen and (max-width: 1150px) {
    .blog-card {
        width: 50%;
    }

    .blog-feed-container .flex-container {
        flex-direction: column;
        max-width: 900px;
        margin: 0 auto !important;
        justify-content: center;
        align-items: center;
    }

    .featured-posts-container {
        width: 100%;
        max-width: 700px;
        padding-right: 0px !important;
        border-right: 0px solid transparent;
        border-bottom: 1px solid #E9E9E9;
        padding-bottom: 34px !important;
    }

    .blog-archive-info {
        width: 100%;
        flex-direction: row;
        max-width: 700px;
        padding-left: 0px !important;
        border-left: 0px solid transparent;
        border-top: 1px solid #E9E9E9;
        padding-top: 34px !important;
        gap: 54px;
    }
}

@media screen and (max-width: 650px) {
    .blog-cards-container {
        flex-direction: column;
    }

    .blog-card {
        width: 100%;
    }

    .featured-posts-container {
        gap: 54px;
    }

    .blog-archive-info {
        flex-direction: column;
    }

    .blog-category-options,
    .blog-contributer-info {
        max-width: 100%;
    }
}