.blog-posts{
    width:80%;
    margin: 20px 0;
}
.blog-box{
    width:50%;
    background-color: rgb(240, 249, 255);
    border-radius:10px ;
    padding: 10px;

}
.blog-box .post-image img{
    width:100%;
    
}
.blog-box .blog-text-con{
    padding:20px;
}
.blog-box .blog-text-con .list-unstyled li span{
    font-family: Monteserrat;
    color: rgb(1, 168, 210);
    text-decoration: none;
    margin: 0 10px;
}
.blog-box .blog-text-con a{
    font-family: Monteserrat;
    color: rgb(41, 41, 41);
    text-decoration: none;
    font-weight: 800;
}
.blog-box .blog-text-con a h4{
    font-family: Monteserrat;
    color: rgb(41, 41, 41);
    text-decoration: none;
    font-weight: 800;
}
.blog-box .blog-text-con .posted-details ul li{
    margin: 0 10px;
}
.blog-box .blog-text-con .posted-details ul li i{
    margin: 0 5px;
    color: rgb(1, 168, 210);
}
.post-item-description {
    margin: 15px 5px;
}
.post-item-description h2{
    font-family: Montserrat;
    color: rgb(73, 73, 73);
    margin: 20px 0;
    text-decoration: none;
    font-weight: 600;
}
.post-item-description .post-meta
{
    margin: 10px 0px;
}
.post-item-description .post-meta span
{
    margin: 0 5px;
}
.post-item-description .post-meta span i
{
    margin: 0 5px;
}
.post-item-description .post-meta .post-meta-date ,
.post-item-description .post-meta .post-meta-comments a
{
    color: rgb(1, 168, 210);
    text-decoration: none;
}
.post-item-description .post-meta .post-meta-category a
{
    color: rgb(42, 42, 42);
    text-decoration: none;
}
.post-item-description .post-meta .post-meta-share ul li a i{
    color: rgb(1, 168, 210);
}
.post-item-description h5, h4{
    color: rgb(113, 113, 113);
    font-weight: 600;
    font-family: Montserrat;
}
.post-item-description .post-image a img{
    width: 100%;
    margin: 10px 0;
}
.blog .card{
    border: none;
}

@media (max-width: 550px) {
    .post-item-description h2 {
        font-size: 22px;
    }
}