@media (max-width:500px) {

.programa-gob h2 {
  font-size: 30px;
  font-weight: 600;
}

.publicaciones-opciones h5 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #315d37;
  text-align: left;
}

.publicaciones-opciones li {
  color: black;  
  line-height: 2.0em;    
  text-align: left;
  list-style: none;
}

.publicaciones-opciones a {
  text-align: left;
  text-decoration: none;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
}

}