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