.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;
}
.bold-link a {
  letter-spacing: 0;
  font-family: "ubuntu-medium" !important;
  color: #212121;
  line-height: 22px;
  align-items: center;
  font-size: 16px;

  text-decoration: none;
  display: flex;
  gap: 8px;
}

.h-card {
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
    min-width: fit-content;
    align-items: start;
    justify-content: start;
    letter-spacing: 0;
    font-family: "ubuntu-medium" !important;
    color: #212121;
    line-height: 16px;
    text-align: start;
    font-size: 12px;
    padding: 24px;
    text-decoration: none;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
}
    .h-card:hover {
        border: 2px solid #e0e0e0;
    }
.h-card .type-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
}
.h-card .blue-box {
  background-color: #f3f7fb;
  width: fit-content;
  height: 24px;
  padding: 4px 12px;
  border-radius: 20px;
  gap: 4px;
  color: #004990;
}
.h-card .title {
  margin-right: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 28px;
}
.h-card .description {
  margin-right: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  width: 100%;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 22px;
  font-family: "ubuntu-regular" !important;
}
    .h-card .grey-box-wrapper {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        height: fit-content;
        width: 100%;
    }
.h-card .grey-box {
  display: flex;
  background-color: #f5f5f5;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 20px;
  gap: 4px;
  color: #616161;
}
.row {
  --bs-gutter-y: 24px !important;
}
