.table__div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.thead__div {
  display: flex;
}
.title__head {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0b0b0b;
}
.sub__head_1 {
  display: flex;
}
.title__sub {
  font-size: 0.7em;
  font-weight: bold;
}
h5 {
  padding: 10px;
}
.title__column {
  flex-direction: column;
}