.card-body h2.card-title {
  font-size: 26px;
  font-weight: 600;
}
.video-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  background-color: #010f22;
  opacity: 0.5;
  z-index: 1;
}
.video-blog .btn-play {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 60px;
  z-index: 2;
}
.blog-modal {
  background-color: #000000d9;
}
.blog-modal .modal-dialog .modal-content {
  background-color: transparent;
  padding: 0px;
  border: none;
}
.blog-modal .modal-dialog .modal-content .modal-body {
  padding: var(--bs-modal-padding);
  padding: 0px;
}
.blog-modal .modal-dialog .modal-content .modal-body button.btn-close {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  color: #ccc;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 0px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 8rem !important;
  object-fit: cover;
}

.blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-content .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-content .btn {
  margin-top: auto;
}

.blog-card:hover .card-text {
  max-height: 80px;
}
