body {
  background: url('images/fondo.jpg') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.custom-container {
  background: rgba(255, 255, 255, 0); /* Transparente para dejar ver el fondo */
  padding: 20px;
}

.left-col img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  height: auto;
}

.icono-grande {
  max-width: 250px; /* ajusta el tamaño que quieras */
}

.right-col img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
