/**
 *
 * This stylesheet affects all three product pages: "For businesses",
 * "For crypto", and "For nonprofits". Make sure your changes are
 * OK in each of these pages.
 *
 */
#hero {
  padding-bottom: 4em;
  overflow: hidden;
}

#main-content {
  margin-top: 5em;
  display: grid;
  grid-template-columns: 1fr;
}
#main-content img {
  width: 20em;
  max-width: 100%;
  box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
}
#main-content .image-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 675px) {
  #main-content {
    grid-template-columns: 1fr 1fr;
  }
  #main-content .image-container {
    justify-content: flex-end;
  }
}
#main-content h1 {
  margin-top: 0;
  margin-bottom: 0.1em;
}
#main-content p {
  margin: 1.6em 0;
}

#stripe {
  height: 10em;
  width: 100%;
  transform-origin: center;
  --stripe-angle: -10deg;
  transform: skew(var(--stripe-angle)) rotate(var(--stripe-angle)) translateY(-4em);
  position: relative;
  z-index: -1;
}

#trusted-by-text {
  margin-top: 2em;
}

#crypto-apis-image,
#giving-apis-image {
  box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.13);
  border-radius: 1em;
  max-width: 23em;
}

h2,
h3 {
  line-height: 1;
}

h2 {
  font-size: min(8vw, 2.7em);
  font-weight: 800;
  margin: 0;
}

h3 {
  font-size: min(3.2vw, 1.2em);
  text-transform: uppercase;
  color: #939393;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (min-width: 715px) {
  #tweet-headline {
    padding-left: 6em;
  }
}

#tweets {
  display: flex;
  overflow: scroll;
  color: white;
}

formatted-tweet {
  display: flex;
}

#testimonials {
  margin-bottom: 12em;
}
#testimonials .testimonial:not(:last-child) {
  margin-bottom: 5em;
}

.testimonial {
  color: white;
  display: flex;
  gap: 3em;
}
.testimonial > img {
  display: none;
  width: 8em;
  object-fit: contain;
}
@media (min-width: 700px) {
  .testimonial > img {
    display: block;
  }
}
.testimonial > div {
  flex: 1;
}
.testimonial .quote {
  font-style: italic;
  font-size: 1.6em;
}
.testimonial .quote-attribution {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  font-size: 1.3em;
  margin-top: 0.8em;
}
@media (min-width: 700px) {
  .testimonial .quote-attribution {
    border-left: 4px solid yellow;
    padding-left: 1em;
  }
}
.testimonial .quote-attribution img {
  width: 3em;
  margin-right: 1em;
}
@media (min-width: 700px) {
  .testimonial .quote-attribution img {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
