.how-section {
  background: #e9ece4;
  padding: 90px 0;
}
.how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.how-section h2 {
  font-size: 58px;
  line-height: 1.1;
  margin: 17px 0;
}
.how-section h2 em {
  color: #7d936f;
}
.how-section p {
  max-width: 460px;
  color: #68746b;
  line-height: 1.7;
}
.steps {
  display: grid;
  gap: 0;
}
.steps > div {
  display: grid;
  grid-template-columns: 45px 1fr;
  column-gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #cbd7ca;
}
.steps > div:first-child {
  border-top: 1px solid #cbd7ca;
}
.steps span {
  grid-row: span 2;
  color: #a56e53;
  font-size: 12px;
}
.steps strong {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 24px;
}
.steps p {
  margin: 5px 0 0;
  font-size: 13px;
}
.fine-print {
  font-size: 11px;
  color: #8e938b;
  padding-top: 23px;
  padding-bottom: 23px;
}
.site-footer {
  background: #1f392e;
  color: #f1f2e7;
  padding: 56px 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 35px;
  align-items: start;
}
.footer-brand {
  font-family: Georgia, serif;
  font-size: 33px;
}
.site-footer strong {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.site-footer p {
  font-size: 12px;
  color: #bfcfc0;
  line-height: 1.6;
}
.footer-reset {
  border: 0;
  background: none;
  color: #d7e4d3;
  text-decoration: underline;
  font-size: 12px;
  justify-self: end;
  padding: 4px;
}
