.blog-section{
    margin: 10px;
    box-shadow: 0px 1px 6px rgb(32 33 36 / 28%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.blog-header{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.blog-header h4{
    margin: 0;
    font-size: 22px;
}
.blog-card-section{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.blog-card{
    margin: 10px;
    width: 250px;
    height:250px ;
}