.content {
  margin-top: 4rem;
  margin-bottom: 2rem;
  background: #e2e5f2;
  border-radius: 8px;
  padding: 1.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #404040;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.content a {
  color: #4395ff;
  text-shadow: 0 0 0 transparent;
  word-wrap: break-word;
}

.content a::after {
  background: #4395ff;
}

.content ul span {
  font-size: 24px;
}

.content ul li {
  line-height: 40px;
  border-top: 1px solid #eee;
}

.content ul:not(:first-of-type) {
  margin-top: 24px;
}
