.reflection-hero {
  position: relative;
  padding: 4rem 0 2rem;
  background-image: url("background.webp");
  z-index: -1000;
  background-position: center center;
  background-size: cover;
  transform: translateY(-12rem);
}

.reflection-title {
  margin: 2em 2rem 0;
  font-size: 2.5em;
  font-weight: 900;
  text-align: center;
  display: block;
  transform: translateY(10rem);
}

.reflection-subtitle {
  margin: 0 2rem;
  font-size: 1em;
  line-height: 1.2em;
  font-style: italic;
  text-align: center;
  transform: translateY(10rem);
}

@media (min-width: 600px) {
  .reflection-title {
    margin-top: 2em;
    font-size: 3em;
  }

  .reflection-subtitle {
    margin-top: 0;
    font-size: 1.2em;
  }
}

.reflection-screenshot {
  width: 90%;
  max-width: 900px;
  display: block;
  margin: 1rem auto;
  transform: translateY(10rem);
}

.funder-centered-paragraph {
  margin-top: 4rem;
  font-weight: bold;
  text-align: center;
}

.funder-logos-centered {
  display: flex;
  flex-direction: column;
  column-gap: 2rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 600px) {
  .funder-logos-centered {
    flex-direction: row;
  }
}

.appicon-sidebyside .icon {
  margin: 2rem 0 1rem;
  display: block;
}
.appicon-sidebyside .icon img {
  display: block;
  width: 128px;
}

@media (min-width: 600px) {
  .appicon-sidebyside {
    display: flex;
    margin: 3rem 0;
  }

  .appicon-sidebyside .icon {
    margin: 0 2rem 0 0;
  }

  .appicon-sidebyside .icon img {
    display: block;
    width: 196px;
  }

  .appicon-sidebyside > .text > h4 {
    margin-top: 1rem;
  }

  .appicon-sidebyside > .text > h4+p {
    margin-top: 0.5rem;
  }
}
