@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "heebo","sens-serif";
}

.blog-header img {
    height: 35rem;
    border-radius: 10px;
}

.lists>ul {
    padding-left: 0 !important;
}

.lists ul>li {
    list-style: none;
    margin-right: 25px;
    margin-bottom: 10px;
    color: #787676;
}

.p-text {
    text-align: justify;
}


.blogContent>h4,
.blogContent>h2,
.blogContent>h1,
.blogContent>h3 {
    font-weight: 700 !important;
}

.blogContent>h5,
.blogContent>h6 {
    font-weight: 700 !important;
}

@media screen and (max-width:600px) {
    .blog-header img {
        height: 25rem;
    }
}