.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%;
}

.h-card {
    display: flex;
    background-color: #ffffff;
    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: 28px;
    text-align: start;
    font-size: 20px;
    padding: 24px;
    text-decoration: none;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
}
    .h-card:hover {
        border: 2px solid #e0e0e0;
    }
.h-card .img-wrapper {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
}
.h-card .img-box {
  display: flex;
  width: 64px;
  height: 64px;
  border-radius: 45px;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
}

.h-card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: fit-content;
}

.h-card .info {
  font-family: "ubuntu-regular" !important;
  font-size: 16px;
  line-height: 22px;
  margin-right: auto;
  -webkit-box-orient: vertical;
}
.h-card .title {
  margin-right: auto;
}
.text-wrapper a {
  display: flex;
  width: fit-content;
  height: fit-content;
  padding: 10px 16px;
  gap: 8px;
  color: #212121;
  text-align: start;
  letter-spacing: 0;
  font-family: "ubuntu-medium" !important;
  border-radius: 8px;
  border: 1px solid #212121;
  font-size: 16px;
  line-height: 22px;

  text-decoration: none;
  cursor: pointer;
}
.row {
  --bs-gutter-y: 40px !important;
  --bs-gutter-x: 40px !important;
}
