p{
    color: #595959;
    /* font-size: 1.15rem; */
}
.written-by{
    color: #6b26c4;
    text-transform: uppercase;
    font-weight: 0.6rem;
}
.blog-title{
    color: #6b26c4;
    font-size: 6rem;
    font-weight: bold;
    margin-bottom: 2vmin;
}
.blog-sub-title{
    color: #6b26c4;
    margin-bottom: 1em;
    font-weight: bold;
}
.logo-round{
    height: 75px;
    width: 75px;
    border-radius: 50%;
    overflow: hidden;
}
.logo-round img{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.blog-ul li{
    color: #6b26c4;
    /* font-size: 1.15rem; */
    margin-bottom: 10px;
}
@media screen and (max-width:791px){
    .blog-title{
        font-size: 3rem;
    }
}
@media screen and (max-width:791px){
    .blog-title{
        font-size: 2rem;
    }
    
}
