section.blog-content{
    .container{
        padding-top: 40px;
        @media (max-width:768px) {
            padding-top: 30px;
        }
        @media (max-width:640px) {
            padding-top: 25px;
        }
        .content{
            .blog-head{
                margin-bottom: 20px;
                h1{
                    font-family:  "Lato", serif;
                    font-weight: 600;
                    font-size: 32px;
                    line-height: 1.5;
                }
                .w-full{
                    .flex-grow-1.ms-3{
                        margin: 0 !important;
                    }
                    .__bnudatime{
                        display: flex;
                        gap: 8px;
                        align-items: center;
                        font-family:  "Lato", serif;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 1.5;
                    }
                }
            }
            .__blgdlpgDcrp{
                font-family:  "Lato", serif;
                h4 {
                    b{
                        font-weight: 600;
                        font-size: 20px !important;
                        color: #681e77;
                    }
                    span{
                        font-weight: 400;
                        font-size: 18px !important;
                    }
                }
            }
        }
    }
}