.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  flex: 1;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.right {
  flex: 1;
  display: flex;
}

.icon {
  width: 192px;
  height: 192px;
  display: block;
  margin-bottom: 1rem;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.features {
  padding-left: 3rem;
  margin-top: 1rem;
}

.features li {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.screenshot-vertical {
  width: 100%;
  max-width: 300px;
  padding: 1rem;
}

.google-play-row {
  width: 100%;            
  margin-top: 4rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.google-play-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.google-play-badge {
  height: 3.5rem;
  margin-top: 1rem;
}

.early-access-label {
  letter-spacing: 0.12em;
  font-size: 1rem;
  line-height: 1;
  font-weight: 200;
}

/* Two-column layout on wider screens */
@media (min-width: 700px) {
  .content {
    flex-direction: row;
    align-items: center;
  }

  .left {
    align-items: flex-start;
    text-align: left;
    padding-left: 2rem;
    margin-bottom: 0;
    margin-top: 0;
  }

  .features {
    padding-left: 0rem;
  }
}
