.graphic {
  display: grid;
  justify-content: center;
}

.graphic img,
.graphic svg {
  width: 100%;
  height: auto;
}

.video {
  padding: 16%;
}

video {
  max-height: 75vh;
}

.newsletter {
  padding: 16vh 0;
  background-color: var(--accent-bg-color);

  font-family: monospace;
  text-align: center;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
}

.newsletter > * {
  width: 100%;
}

.newsletter input {
  font-size: 1.5em;
}

.newsletter h2,
.newsletter h3 {
  font-family: monospace;
  font-weight: normal;
  margin: 1em 0;
}

.testimonial {
  padding: 0;
}

.testimonial > div > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 16px;
}
.testimonial .feature {
  font-size: 0.8em;
}

/* .testimonial .graphic { */
/*   padding: 0; */
/* 	width: 75px; */
/* } */

.portrait {
  border-radius: 50%;
}

.testimonial .feature img {
  max-width: 100%;
  width: 320px;
  height: auto;
}

@media (min-width: 1200px) {
  .testimonial .graphic {
    padding: inherit;
  }
}

.blog {
  padding-top: 16vh;
  padding-bottom: 16vh;
}
