.portal-shell {
  display: grid;
  gap: 2rem;
}

.portal-shell .card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-shell .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.portal-shell .button {
  width: fit-content;
  margin-top: auto;
}

.portal-shell .list-checks {
  margin-top: 0.25rem;
}

.portal-utility {
  display: grid;
  gap: 0.85rem;
}

.portal-utility__title {
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

@media (max-width: 960px) {
  .portal-shell .card-grid {
    grid-template-columns: 1fr;
  }
}
