:root {
  --ink: #19191c;
  --paper: #ffffff;
  --white: #ffffff;
  --pink: #ff592c;
  --lime: #ffffff;
  --muted: #66666d;
  --line: #dedee2;
}

.hero-mark {
  color: #f2f2f3;
}

.statement {
  border-color: #ffffff;
}

.brand-image {
  display: inline-flex;
  align-items: center;
  width: 168px;
  height: 44px;
}

.brand-image img {
  display: block;
  width: 100%;
  height: auto;
}

footer {
  background: var(--ink);
  color: #b7b7bc;
  border-top-color: #333541;
}

footer .brand-image {
  width: 154px;
}

footer .brand-image img {
  display: block;
}

@media (max-width: 800px) {
  .brand-image {
    width: 145px;
  }

  footer .brand-image {
    width: 145px;
  }
}

.portfolio-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid currentColor;
  font-size: .85rem;
  font-weight: 600;
  opacity: .85;
}

.portfolio-link:hover,
.portfolio-link:focus-visible {
  opacity: 1;
}

.investment-card h3 {
  min-height: 2.1em;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.investment-card p,
.investment-card.statement p {
  min-height: 4.8em;
  margin: 16px 0 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.investment-card .portfolio-link {
  font-family: "DM Sans", sans-serif;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .investment-card h3,
  .investment-card p {
    min-height: 0;
  }
}
