.tp-terms__container {
  max-width: 940px;
  padding: 64px;
  margin: 0 auto;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  text-align: justify;

  @media only screen and (max-width: 576px) {
    max-width: 640px;
    padding: 32px;
  }
}

.tp-terms__container p:not(.tp-terms__paragraph--title) {
  margin-bottom: 10px;
}

.tp-terms__container a {
  color: #008bdb;
}

.tp-terms__container ul {
  margin: 12px 0 10px;
  padding-left: 12px;
  list-style: disc;
}

.tp-terms__container ul li {
  margin-top: 10px;
}

.tp-terms__logo {
  margin-bottom: 64px;

  @media only screen and (max-width: 576px) {
    margin-bottom: 32px;
  }
}

.tp-terms__title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}

.tp-terms__subtitle {
  text-align: center;
  margin-bottom: 48px;
  font-weight: 700;
}

.tp-terms__paragraph--title {
  margin: 36px 0 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.tp-terms__paragraph--ordered {
  text-indent: 16px;
}

.tp-terms__company {
  text-align: center;
}

.tp-terms__company span:first-child {
  display: inline-block;
  margin-bottom: 8px;
}
