.tag-holder {
  position: absolute;
  top: 0;
  z-index: 3;
  inset-inline: 30px;
  display: flex;
  font-size: 18px;
}
.tag-holder .tag-item {
  position: relative;
  padding-top: 12px;
  color: #fff;
  flex: 0 0 auto;
  padding-inline-end: 44px;
  font-weight: 300;
}
.tag-holder .tag-item:before {
  content: "";
  position: absolute;
  height: 7px;
  top: 0;
  inset-inline: 0;
  background-color: #1188C9;
}

.list-3 .item {
  height: 400px;
}
@media (min-width: 992px) {
  .list-3 .item {
    height: 400px;
  }
}
.list-3 .item-inner {
  position: relative;
  color: #fff;
  font-weight: 300;
  height: inherit;
}
.list-3 .item-inner figcaption {
  padding: 30px;
  position: absolute;
  z-index: 2;
  inset-inline: 0;
  bottom: 0;
}
.list-3 .date {
  margin-bottom: 12px;
}
.list-3 .content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-3 a {
  display: block;
  height: 100%;
}
.list-3 h4 {
  font-weight: 300;
}
.list-3 figure {
  height: 100%;
}
.list-3 img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  filter: brightness(0.5);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
