.project-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;

  .name {
    margin-right: 20px;
  }
}