.related-article-block.our-work {
  padding: 8rem 0;
}
@media screen and (min-width: 992px) {
  .related-article-block.our-work {
    padding: 8rem 0;
  }
}
.related-article-block.our-work .--related-articles-item {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 3.6rem;
}
@media screen and (min-width: 992px) {
  .related-article-block.our-work .--related-articles-item {
    --bs-gutter-x: 2.4rem;
    --bs-gutter-y: 0;
  }
}
.related-article-block.our-work .--thumbnail {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.related-article-block.our-work .--thumbnail img {
  width: 100%;
  height: 19.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  margin-bottom: 1.1rem;
}
.related-article-block.our-work .--thumbnail:hover img {
  transform: scale(1.05);
}
.related-article-block.our-work .description a {
  text-decoration: none;
}
.related-article-block.our-work .description a h4 {
  color: #000;
  margin-bottom: 0;
}
.related-article-block.our-work .description a h4:hover {
  color: var(--primary-color);
}/*# sourceMappingURL=style.css.map */