.summary-list b {
  justify-self: start;
  width: 72px;
}

.summary-list > div {
  grid-template-columns: 72px 1fr;
}

.profile-rotator {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 1.35em;
}

.typing-cursor {
  animation: cursor-blink 750ms step-end infinite;
  background: currentColor;
  display: inline-block;
  height: 1.05em;
  margin-left: 3px;
  width: 2px;
}

@keyframes cursor-blink {
  50% { opacity: 0; }
}

.profile-media {
  background: #f6f6f6;
}

.profile-photo {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  width: 100%;
}

.about-summary {
  min-height: 180px;
}

.about-summary > div {
  padding: 20px 18px;
}

.summary-list > div {
  margin-bottom: 7px;
}

#about .summary-list {
  background: #202126;
}

html[data-theme="light"] #about .summary-list {
  background: #f0f1f5;
}

.subheading {
  padding: 16px 18px;
}

.subheading h3 {
  font-size: 18px;
}

.competency-grid article {
  min-height: 150px;
  padding: 18px 14px;
}

.competency-grid i {
  font-size: 22px;
}

.competency-grid h4 {
  font-size: 15px;
  margin: 10px auto 6px;
}

.competency-grid p {
  font-size: 12px;
}

#about .panel-title h2,
#about .subheading h3 {
  color: var(--blue);
}

#about .panel-title h2 span,
#about .subheading h3 span {
  color: var(--text);
}

@media (min-width: 1100px) {
  .competency-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .competency-grid article:nth-child(even) {
    border-right: 1px solid var(--line);
  }

  .competency-grid article:nth-child(3n) {
    border-right: 0;
  }
}
