.our_blogs_section {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    gap: 3.75rem;

    padding: 9.38rem 0;
    padding-left: 7.5rem;
}

.blogs_view_extented {
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.blogs_view_extented:hover {
    transform: translateY(-3px);
}


.blogs_view_extented-left {
    width: 25rem;
    height: 16rem;
    background-repeat: no-repeat;
    background-size: cover;


    display: flex;
    padding: 0.625rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    flex: 1 0 0;
    align-self: stretch;

    border-radius: 1rem;


}


.blogs_box_heading {
    color: var(--Neutral-Black, #1A1A1A);
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 2.1rem */
    letter-spacing: -0.0625rem;
    text-transform: capitalize;

    max-width: 70%;
}

.blog_box_subheading {
    color: var(--Neutral-Dark-Grey, #4F4F4F);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 1.4rem */
    letter-spacing: -0.00438rem;

    margin: 0.5rem 0 1.25rem;

}



.blogs_grid_view_tab {
    width: 18rem;
    height: max-content;
    background-color: white;
    overflow: hidden;
    padding: .3rem;
    padding-bottom: .1rem;
    box-shadow: 0px 41px 89px 0px rgba(0, 0, 0, 0.10), 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
    border-radius: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.blogs_grid_view_tab:hover {
    transform: translateY(-5px);
    box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
}


.blogs_grid_view_tab-img img {
    width: 6rem;
    height: 6rem;
    border-radius: .7rem;

    object-fit: cover;
}


.blogs_grid_view_tab {
    gap: 1rem;
}


.blogs_grid_view_tab-text {
    overflow: hidden;
    color: var(--Neutral-Black, #1A1A1A);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 1.3rem */
    letter-spacing: -0.03125rem;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.blogs_grid_view_tab-text p {
    color: var(--Neutral-Dark-Grey, #4F4F4F);
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.00375rem;
    margin-bottom: .5rem;

    margin-top: 1rem;
}


.read_more_redirect {
    background-color: transparent;
    color: black;
    text-transform: uppercase;
    display: flex;

    align-items: center;

    outline: none;
    border: none;
    gap: .5rem;

    color: var(--Neutral-Black, #1A1A1A);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.3125rem */
    letter-spacing: 0.0875rem;
    text-transform: uppercase;
}

.black_box {
    width: 1.75rem;
    height: 1.75rem;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    padding: .2rem;





}



.subject_tag_bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
}



.subject_tag_tile {
    background-color: #4F4F4F;
    border-radius: 50px;
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.125rem */
    text-transform: capitalize;
    padding: .5rem 1rem;

}


.subject-physics {
    color: #47A3FD;
    background-color: #47a2fd17;

}


.subject_tag_img {
    width: .5rem;

}


.subject_tag_text {
    color: var(--Neutral-Black, #1A1A1A);
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.125rem */
    letter-spacing: 0.075rem;
    text-transform: uppercase;
}

.blog-title {
    color: var(--Neutral-Black, #1A1A1A);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.03125rem;
    margin-top: 0.5rem;
}