.about-page .release-block ul {
  padding-left: 1.2rem;
}

.about-page .release-block li {
  line-height: 1.35;
}

.about-page .service-row:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.about-page code {
  font-size: 0.78rem;
}

body[data-theme='dark'] .about-page code {
  background-color: var(--surface-muted);
  color: var(--text-primary);
}
