main {
  padding: 6em 1em 0 1em;
}
.images img {
  width: 100%;
}
.img-description {
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
}
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 1em 0;
}

.section .words {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.choose-impact-button {
  color: #cb1b44;
  border: solid #cb1b44 2px;
  padding: 0.5em 1em;
}
.donation-story-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.donation-story-section .images {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.donation-story-section .images img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: 10% 30%;
  border-radius: 12px;
}
.desktop-only {
  display: none;
}
.ways-to-give {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  align-items: center;
  background-color: rgb(1, 0, 0);
  color: white;
  width: 100vw;
  margin: 2em -1em -2em -1em;
}
@media (min-width: 800px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: flex;
    justify-content: space-between;
    gap: 2em;
    align-items: center;
    font-size: 1.15em;
  }
  .desktop-only .flex-left {
    display: flex;
    flex-direction: column;
    gap: 1em;
    max-width: 40%;
  }
  .our-impact-swiper {
    width: 100%;
    overflow-x: hidden;
  }

  .our-impact-swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: 10% 30%;
    border-radius: 12px;
  }
}
