.c-post-widget {
  position: relative;
  margin: 0rem 1rem 2rem;
  height: 100%;
}
.c-post-widget:hover img {
  transform: scale(1.1);
}
.c-post-widget__image-container {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.c-post-widget__image-container picture {
  width: 100%;
}
.c-post-widget__image-container img {
  object-fit: cover;
  width: 100%;
}
.c-post-widget__image {
  position: relative;
  transition: 0.5s all;
  width: 100%;
}
.c-post-widget__category {
  color: #343434;
  font-family: "frontageregular", sans-serif;
  font-size: 0.9rem;
  margin: 1rem 0;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .c-post-widget__category {
    font-size: 0.85rem;
  }
}
.c-post-widget__title {
  color: #4a4a4a;
  font-family: "frontageregular", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .c-post-widget__title {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .c-post-widget__title {
    font-size: 0.8rem;
  }
}
.c-post-widget__published {
  color: #a5a5a5;
  font-size: 0.8rem;
  font-family: "frontageregular", sans-serif;
  line-height: 1.33;
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .c-post-widget__published {
    font-size: 0.7rem;
  }
}