.home-blogs-wrapper .home-blog-listing{
    list-style: none;
    padding-left: 0;
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.home-blogs-wrapper ul.home-blog-listing li.home-blog-item{
    width: 33.33%;
}

.home-blogs-wrapper ul.home-blog-listing li.home-blog-item > a{
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    margin: 0px 15px;
    box-shadow: 0px -4px 31px 3px rgba(0,0,0,0.21);
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.home-blogs-wrapper ul.home-blog-listing li.home-blog-item .home-blog-img-wrapper{
    width: 100%;
    margin-bottom: 15px;
}
.home-blogs-wrapper ul.home-blog-listing li.home-blog-item .home-blog-img-wrapper img{
    width: 100%;
}
.home-blogs-wrapper ul.home-blog-listing li.home-blog-item .home-blog-title-wrapper{
    width: 100%;
        padding: 0px 20px 20px;
}
.home-blogs-wrapper ul.home-blog-listing li.home-blog-item .home-blog-title{
       margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
	text-align: justify;
}
@media screen and (min-width: 992px) {}

@media screen and (min-width: 768px) {}


@media screen and (max-width: 1199px) {}

/*Tablet*/
@media screen and (max-width: 991px) {
    .home-blogs-wrapper ul.home-blog-listing li.home-blog-item {
    width: 50%;
}
    
}

/*Small Device*/
@media screen and (max-width: 767px) {
  
}

/*Mobile Device*/
@media screen and (max-width: 640px) {}

/*Extra Small Mobile Device*/
@media screen and (max-width: 480px) {
    .home-blogs-wrapper ul.home-blog-listing li.home-blog-item {
    width: 100%;
}
}

@media screen and (max-width: 420px) {}