@import url('https://fonts.googleapis.com/css?family=Open+Sans');

#info3 {
   background: #A45E82;
   color: #3D8487;
   text-align: center;
   padding: 30px;
}

#info3 .contenedor {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;

}

#blog3 h3, h4 {
   text-align: center;

}

#blog3 .contenedor {
      display: flex;
      justify-content: center;    
      flex-wrap: wrap;
}

#blog3 article {
    margin: 20px;
}

#blog3 img {
    width: 100%;
    height: 100%;
    max-width: 600px;
}

#blog3  {
  color: #A26A86;
}

#blog3 h3 {
  color: #A26A86;
}

.info {
  font-family: "Open Sans";
  font-size: 18px;
  mergin-left: 8px;
}

.info .view_moreinfo {
    position: absolute;
    display: block;
    padding: 4px 15px;
    height: 30px;
    width: auto;
    text-decoration: none;
    color: #4D959A;
    font-family: "Open Sans";
    font-size: 14px;
    border-radius: 100px;
    border: 2px solid #4D959A;
}

.info  a:hover {
   background: rgba(80,141,142,0.3);
}

