.model-stack article {
  align-items: flex-start;
}

.model-stack article > div {
  min-width: 0;
}

.model-stack article h3 {
  font-size: 1.04rem;
  line-height: 1.35;
}

.model-stack article p {
  color: #5f7087;
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 7px 0 0;
}

@media (max-width: 600px) {
  .model-stack article {
    grid-template-columns: 38px 1fr;
    padding: 18px;
  }
}
