#blog h3, h4 {
     text-align: center
}

#blog .contenedor {
	    display: inline-block;
       background-color: #FFFFFF;
       min-height: 200px;
       vertical-align: top;
       width: 95%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
}

#blog article {
      margin: 15px;

}

#blog img{
      width: 100%;
      max-width: 280px;
}
.blog-honeyc {
    margin: 20px;
}

.blog-honeyc img {
    width: 180px;
    height: 180px;

    border: 7px solid #fff;
}
