.desafios {
  width: 80%;
  margin: auto;
}
.desafios td {
  width: 50%;
  padding: 2em;
}
.desafios img {
  width: 100%;
  border: 3px solid white;
}
.fondo {
  background-color: black;
  color: white;
}
@media (max-width: 768px) {
  .desafios {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .desafios img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .desafios td {
    width: 100%;
    display: block;
    padding: 1em;
  }
}
