.width-1 {
  width: 50%;
}

.width-2 {
  width: 50%;
}

.cell:nth-of-type(n) {
  clear: none;
}

.cell:nth-of-type(2n+2) .cell-content {
  margin-left: -100%;
}

.cell:nth-of-type(2n+3) {
  clear: left;
}

.about-me {
  margin: 0px 0;
  padding: 0px 30px;
  text-align: center;
}

.about-me-content > h1 {
  font-size: 3.0rem;
}

.about-me-content > p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 25px;
}


.cell-content {
  width: 200%;
}

.icon {
  font-size: 30px;
  margin: 0 10px;
}