/* .blog-banner {
    background: url('https://mamily.in/public/uploads/content/<?php $explore->banner ?>') no-repeat center center;
    background-size: cover;
    position: relative;
    height: 400px;
} */

/* .blog-content{
    position: absolute;
    top: 40%;
} */

.blog-info .info{
    text-align: justify;
}

.blog-info .info ul li {
    position: relative;
}
.blog-info .info ul li:before {
    position: absolute;
    content: "";
    background: url(https://mamily.in/new_web_assets/images/Mamily_icon.png) no-repeat center center;
    width: 24px;
    height: 24px;
    left: -25px;
    top: 1px;
}
.blog-info .side-bar a img{
    width: 120px;
    height: 93px;
}