/*Our blog - Home*/
.our-blog .list-blog{
    flex-wrap: wrap;
}
.our-blog .list-blog .item-blog{
  width: calc(40% - 20px); 
}
/*Our blog - Home*/

