.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;
}
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;
}

.video-container {
  width: 100%;
  height: fit-content;
  display: flex;
  gap: 24px;
  justify-content: start;
}

.video-container iframe {
  max-width: 334px;
  width: 100%;
  height: 201px;
}
.video-text {
  gap: 16px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.video-text h3 {
  letter-spacing: 0;
  font-family: "ubuntu-medium" !important;
  color: #212121;
  line-height: 22px;
  align-items: center;
  font-size: 16px;

  text-decoration: none;
  display: flex;
}
.video-text .video-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;
}
.video-text .video-date {
  letter-spacing: 0;
  font-family: "ubuntu-medium" !important;
  color: #616161;
  line-height: 22px;
  align-items: center;
  font-size: 16px;

  text-decoration: none;
  display: flex;
}

.h-card {
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  height: fit-content;
  min-width: fit-content;
  align-items: start;
  justify-content: start;
  letter-spacing: 0;
  font-family: "ubuntu-regular" !important;
  color: #212121;
  line-height: 22px;
  text-align: start;
  font-size: 16px;
  text-decoration: none;
}
.fullname {
  margin-right: auto;
  font-family: "ubuntu-regular" !important;
}
.photo {
  width: 100%;
  height: auto;
  min-height: 150px;
  max-height: 215px;
  background-color: #e0e0e0;
}
.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: 16px;
  line-height: 22px;
}

.row {
  --bs-gutter-y: 24px !important;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #ffffff;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-height: 600px;
    overflow: auto;
    max-width: 800px;
    border-radius: 16px;
}
.modal-content .text-wrapper {
  padding: 16px 24px;
  height: fit-content;
  max-height: 600px;
  width:fit-content;
  z-index: 999;
  overflow: auto;
  scrollbar-width: none;
  width: 100%;
  letter-spacing: 0;
  font-family: "ubuntu-regular" !important;
  color: #1c1c1c;
  line-height: 22px;
  align-items: center;
  text-align: start;
  font-size: 16px;

  text-decoration: none;
}
.modal-content .text-wrapper #fullName {
  font-family: "ubuntu-medium" !important;
}
.modal-content .text-wrapper #title {
  margin-bottom: 16px;
}

.close {
  color: gray;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: end;
  padding: 16px 24px;
}
.close img {
  cursor: pointer;
}
