.termos-de-uso {
  font-size: .833rem;
  font-family: 'arial';
}

.termos-de-uso__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 5%;
}

.termos-de-uso__content__title {
  font-size: 1rem;
  font-weight: 700;
}

h3, h4, h5 {
  display: block;
  font-size: .9375rem !important;
  font-weight: 700 !important;
  padding: 0.5rem 0 0.3rem;
}