.wc-blog-related-list__grid{
  margin: 24px 0 40px 0;
}

.wc-related-posts {
  position: relative;
}

.wc-related-posts__subtitle {
  color: #262626;
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-bottom: 9px;
  letter-spacing: 2%;
  text-transform: uppercase;
}


.wc-related-posts__title {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  line-height: 32px;
}

.blog-related-card {
  margin-right: 20px;
}

.blog-related-card__link {
  text-decoration: none;

  display: block;
}

.blog-related-card__image {
  position: relative;
}

.blog-related-card__image img {
  height: 385px;
  object-fit: cover;
}

.blog-related-card__content {
  margin-top: 20px;
}

.blog-related-card__category {
  display: block;
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.42);
  color: #D9D9D9;
  font-size: 12px;
  font-weight: 300;
  padding: 7px 8px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  letter-spacing: 2%;
  margin-bottom: 0 !important;
}

.blog-related-card__title {
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2%;
  line-height: 24px;
  text-transform: uppercase;
}

.blog-related-card__date {
  margin-bottom: 0 !important;
  margin-top: 5px;
  display: block;
  color: #262626;
  font-weight: 300;
  font-size: 12px;
}

.blog-related-card__excerpt {
  margin-bottom: 0;
  color: #262626;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.slick-next.slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 21px;
}

.slick-prev.slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 99;
}

@media(max-width:1000px) {
  .blog-related-card__image img {
    width: 167px;
  height: 184px;
  }


  .blog-related-card {
    margin-right: 8px;
  }
}