/* About entity / expertise page */

.about-expertise {
  margin: 0 0 2rem;
  max-width: 42rem;
}

.about-expertise:last-child {
  margin-bottom: 0;
}

.about-expertise h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.3;
}

.about-expertise p {
  margin: 0 0 1rem;
  line-height: 1.6;
}

.about-expertise p:last-child {
  margin-bottom: 0;
}

.about-expertise__list {
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.6;
}

.about-expertise__list li {
  margin: 0 0 0.65rem;
}

.about-expertise__list li:last-child {
  margin-bottom: 0;
}

.about-expertise a {
  font-weight: 600;
}
