.cms-blog-cover {
  position: relative;
  overflow: hidden;
}

.cms-blog-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms-blog-cover::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(7, 16, 31, 0.38));
  content: "";
}

.cms-blog-cover span {
  position: relative;
  z-index: 2;
}
