.text-simple {
  padding: 2rem 1rem;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.text-simple__headline {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.text-simple__block {
  margin-bottom: 1rem;
}

.text-simple__block span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.3rem;
}

.text-simple__block a {
  display: block;
  color: #222;
  text-decoration: none;
  line-height: 1.6;
}

.text-simple__block a:hover {
  opacity: 0.7;
}