.containerSobre {
  width: 100%;
  margin: 4.375rem auto 50rem auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.title {
  max-width: 100%;
  font-size: 1.875rem;
  color: #222;
  margin-bottom: 2rem;
}

.subTitle {
  font-size: 1.375rem;
  color: #222;
  font-weight: 400;
  margin-bottom: 1.375rem;
}

.textContainer .text {
  color: #54595f;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 180%;
  font-weight: 300;
  text-align: justify;
}

.textContainer .text strong {
  font-weight: 500;
}
