.new-blogs-header {
    background-color: rgba(245, 252, 251, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    height: fit-content;
    position: relative;
    z-index: 0;
}

.new-blogs-header .row:first-child,
.new-blog-section-2 {
    padding: 40px 80px !important;
}


.new-blog-card {
    background-color: transparent !important;
    border: none !important;
}

.new-blogs-header h6,
.new-blog-section-2 h6 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-bottom: 40px;
}


.featured-tag {
    background-color: rgba(0, 170, 161, 1);
    color: white;
    padding: 5px 8px;
    width: fit-content;
}

.tag-lightgreen {
    background-color: rgba(225, 245, 243, 1);
    border-radius: 3px;
    width: fit-content;
    padding: 4px 8px;
    color: rgba(98, 109, 107, 1);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    margin-bottom: 12px;
}


.card-title {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 39.2px;
    text-align: left;
    color: rgba(59, 65, 64, 1);

}

.new-blog-card .card-img-holder {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin: 26px 0 !important;

}


.date-time {
    color: rgba(98, 109, 107, 1);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;

}

.date,
.time {
    display: flex;
    gap: 4px;
    margin-right: 10px;
    width: fit-content;
}

.new-blog-card p {
    color: rgba(59, 65, 64, 1);
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
}

.new-blog-card-2 .card-img-holder {
    display: none;
}

.tag-darkgreen {
    background-color: var(--primary-blue);
    border-radius: 3px;
    width: fit-content;
    padding: 4px 8px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    margin-bottom: 12px;
}




@media(max-width:1101px) {

    .new-blogs-header .row:first-child,
    .new-blog-section-2 {
        padding: 40px 10px !important;
    }
}
