section {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0 !important;

}

figure {
  grid-column: 1 / 2;
  display: grid;
  grid-row-gap: 64px;
  margin: 10vw;
}

figure img {
  width: 100%;
  height: inherit;
  object-fit: inherit;
}

figure p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  justify-self: center;
  align-self: center;
  font-family: 'Syntax-Regular', sans-serif;
}

figure p b {
  font-family: 'Syntax-Bold', sans-serif;
  font-weight: bold;
  font-size: 1.1em;
}
