.services-wrapper {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 1rem 0 3rem;
}

.services-wrapper h2 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

.services-wrapper>p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.services-list {
  margin-top: 2.25rem;
}

.services-list .projects-contribution {
  align-items: flex-start;
}

.services-list .projects-contribution-repo {
  white-space: normal;
}