.blog-hero-section-div{
    /* background-color: black; */
}
.blog-hero-section-div .container{
    /* padding: ; */
    text-align: center;
    /* background-color: black; */
}
.date-day-div{
    display: flex;
    gap: 50%;
    justify-content: center;
    color: black;
    margin-top: 20px;
}
.content-p{
    display: flex;
    text-align: justify;
}
.blog-content{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0%;
    overflow-y: auto;
    max-height: 80vh;
}
@media (max-width: 1024px) {
    .blog-det-mid{
    margin-top: -13%;
}
.blog-hero-section-divcont{
    padding-top: 20px;
}
}
@media (max-width: 768px) {
    .blog-content{
        margin-left: 0% !important;
        margin-right: 0% !important ;
    }
    .blog-hero-img{
        width: 100%;
        height: auto;
    }
    .image-container img{
        width: 100%;
        height: auto;
    }
}
.blog-content h4 {
    font-size: 24px;
    text-align: start;
    line-height: 28px;
    margin-bottom: 16px;
}
.blog-det-mid{
    margin-top: -5%;
}
