
#blog3 .contenedor2{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#blog3{
  background-color: rgba(169, 152, 169, 0.6);
  padding-bottom: 35px;
}

#subtitulo1 h2 { padding-top: 35px;}

#blog3 a {     
text-decoration: none;
    color: #480948;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 2px 2px;
}
#subtitulo1{
  text-align: center;
  background-color: rgba(169, 152, 169, 0.6);
}

#blog3 article{
  margin: 0px 5px 20px 5px;
  width: 240px;
}

#blog3 .icon3{
  width: 150px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 30%;
  box-shadow: 8px 6px 8px 0px rgba(0, 0, 0, 0.6);
}
