.article-type {
  padding: 5px 15px;
  position: absolute;
  height: 30px;
  font-size: 16px;
  bottom: -15px;
  right: 25px;
  background-color: #003cff;
  color: #e2effa;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.blog-index__post-tags {
  z-index: 10;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
}
.blog-index__post-tags .blog-index__post-tag {
  pointer-events: all;
}
.headline {
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: 15px;
  text-align: center;
  width: 100%;
}
.hhs-blog-grid-cards {
  padding-top: 0;
  padding-bottom: 100px;
}

.blog-index__post-image img {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.hhs-blog-card-inner {
  -webkit-box-shadow: none;
  box-shadow: none;