.head-title {
  font-family: "ubuntu-medium" !important;
  font-size: 24px;

  text-align: start;
  word-wrap: break-word;
  text-decoration: none;
  line-height: 32px;
  display: flex;
  letter-spacing: 0;
  color: #004990;
  width: 100%;
}

.desc {
  letter-spacing: 0;
  font-family: "ubuntu-regular" !important;
  color: #212121;
  line-height: 22px;
  align-items: center;
  font-size: 16px;

  text-decoration: none;
  display: flex;
}
.table-wrapper {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
}
p {
  font-family: "ubuntu-regular" !important;
  background: transparent;
  width: 100%;
  color: #212121;
  line-height: 22px;
  margin: 0;
  padding: 0;
  font-size: 16px;

  text-decoration: none;
}

h3 {
  font-family: "ubuntu-medium" !important;
  background: transparent;
  width: 100%;
  color: #212121;
  line-height: 28px;
  margin: 0;
  padding: 0;
  font-size: 20px;

  text-decoration: none;
}

.file-card {
    display: flex;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    gap: 8px;
}





th:nth-child(1),
td:nth-child(1),
th:nth-child(2),
td:nth-child(2),
th:nth-child(3),
td:nth-child(3) {
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  min-width: calc(100% / 3);
}

