.container {
  margin: 0 auto;
  max-width: 600px;
  line-height: 25px;
  color: #e49042;
  padding: 10px;
}

.container .header {
  text-align: center;
  padding: 20px;
}

.container .logo img {
  width: 80px;
  margin: 0 auto;
}

h1,
h2,
h3 {
  font-weight: 400;
}

h1 {
  margin-top: 0;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
}

.termos {
  text-align: justify;
  color: #777;
}

.title {
  text-align: center;
}

.container .actions {
  padding: 10px 0;
  text-align: right;
}

ol {
  counter-reset: item;
  padding-left: 15px;
}
li {
  padding-top: 20px;
  display: block;
  list-style-type: decimal;
}

li:before {
  content: counters(item, '.') '- ';
  font-weight: 400;
  counter-increment: item;
}
