.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%;
}


p a {
  font-family: "ubuntu-medium" !important;
  background: transparent;
  width: 100%;
  color: #004990;
  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;
}
.invest-card {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  padding: 24px;
  background-image: url("/assets/img/invest-card-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.invest-card h3 {
  font-family: "ubuntu-medium" !important;
  background: transparent;
  width: 100%;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
  padding: 0;
  font-size: 20px;

  text-decoration: none;
}
.invest-card p {
  font-family: "ubuntu-regular" !important;
  background: transparent;
  width: 100%;
  color: #ffffff;
  line-height: 22px;
  margin: 0;
  padding: 0;
  font-size: 16px;

  text-decoration: none;
}
.invest-card .detail-button {
  background: transparent;
  font-family: "ubuntu-medium" !important;
  color: #ffffff;
  line-height: 22px;
  display: flex;
  width: fit-content;
  height: fit-content;
  justify-content: center;
  align-items: center;
  font-size: 16px;

  padding: 10px 16px;
  gap: 8px;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.h-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    gap: 16px;
    height: fit-content;
    min-width: fit-content;
    width: 100%;
    text-decoration: none !important;
    align-items: start;
    justify-content: center;
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
    .h-card:hover {
        border: 2px solid #e0e0e0;
    }
.h-card p {
  white-space: nowrap;
  word-wrap: normal;
  text-decoration: none;
  overflow-x: visible;
  text-overflow: ellipsis;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #212121;
}
.row {
  --bs-gutter-y: 24px !important;
}
