.blog-content ul{
    margin-left: 14px;
}
.blog-content ul li{
    font-family: 'Inter';
    color: #373737;
    font-size: 17px;
    font-weight: 300;
    line-height: 2;
    position: relative;
    left: 15px;
    list-style: circle;
}
.blog-content p{
    font-size: 17px;
}

.blog-page a{
    color: blue;
}
.blog-page h1{
    font-size: 2.7em;
}
.blog-page h2{
    font-size: 2.2em;
    font-weight: 600;
}
.blog-page h3{
    font-size: 2em;
    font-weight: 600;
}
.blog-page h4{
    font-size: 1.7em;
    font-weight: 600;
}
strong{
    font-weight: bold;
}

.blog-bg{
    
}