
body{
    background-color: rgb(215, 240, 250);
}


/* post conten  */

.post-header{
    width: 100%;
    
    position: relative;
    
}
.post-container{
    max-width: 70%;
    margin: 45px auto;
    width: 100%;

}
.post-container img{
    border-radius: 100px 30px;
}


.header-content{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    margin-top: 4rem !important;
    
}


.sub-heading{
    font-size: 2.2rem;
    font-weight: 600;
}
.post-text{
    font-size: 1rem;
    margin: 1rem 0;
    text-align: justify;
    line-height: 1.7rem;
}

.header-title{
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    width: 90%;
    margin: 45px 0 25px;
    color: aliceblue;
}




@media screen and (max-width: 850px){
    .post-container{
        max-width: 85%;
    }
    .post-container img{
        border-radius: 80px 30px;
    }
    .hero-articles{
        width: 100%;
        height: 40vh !important;
        background-color: #17283ca9;
        position: absolute;
        /* border-radius: 0px 0px 0px 270px; */
    }
}





@media screen and (max-width: 550px){
    .post-container{
        max-width: 85%;
    }
    .post-container img{
        border-radius: 60px 30px;
    }
}