.title_page {
  font-size: 18px;
  color: #0478f3;
  font-family: 'Roboto';
  font-weight: 700;
  text-align: center;
}

.title {
  font-weight: 700;
  font-size: 16px;
  font-family: 'Roboto';
}

.list {
  list-style: disc;
  padding-left: 15px;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
}

.list_number {
  list-style: number;
  padding-left: 15px;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
}

.list_xv {
  list-style: upper-roman;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto';
}

.list>li {
  text-align: justify;
}