#footer {
  margin-bottom: 1rem;
  padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 40rem) and (orientation: portrait) {
  section.text-faded {
    padding-top: 1.25rem;
    padding-bottom: 3rem;
  }

  section.text-faded .row > .col-4 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }

  section.text-faded .row > .col-4:last-child {
    margin-bottom: 0;
  }

  section.text-faded .col-4 img {
    width: 100%;
    height: auto;
  }
}
