#section-1 {
  color: rgb(255,255,255);
  margin-bottom: 2rem;
}

#section-1 img {
  box-shadow: 0rem 0rem 1rem 0rem rgb(33,37,41);
  margin-bottom: 1rem;
}

#section-2 {
  background-color: rgb(215,69,67);
  color: rgb(255,255,255);
  padding-top: 3rem;
  padding-bottom: 2rem;
}

#section-2 img {
  box-shadow: 0rem 0rem 1rem 0rem rgb(33,37,41);
  margin-bottom: 1rem;
}

.column-helper {
  margin-bottom: 0.5rem;
}

