/* About card content hierarchy */
.about-card h4 {
  margin-top: 26px;
  color: var(--navy);
  font-weight: 750;
}

.about-card h4:first-of-type {
  margin-top: 0;
}

.about-card p {
  display: grid;
  gap: 3px;
}

.about-line {
  position: relative;
  display: block;
  padding-left: 14px;
}

.about-line::before {
  content: "";
  position: absolute;
  left: 1px;
  top: .72em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--muted);
}
