.b-media-card {
  min-height: 328px;
}

.b-media-card__date {
  margin-top: unset !important;
}

.b-articles__tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: auto;
  padding-bottom: 20px;
}

.b-articles__tag {
  font-size: 14px;
  line-height: 18px;
  box-shadow: inset 0 0 0 2px #003baa;
  border-radius: 6px;
  padding: 4px 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.b-articles__tag a {
  text-decoration: none;
  color: black;
}
