.bloghub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.bloghub__filters {
  margin: 0px 0 82px 0;
  display: flex;
  gap: 12px;
}
.bloghub__post {
  position: relative;
}
.bloghub__post__logo {
  position: absolute;
  top: -15px;
  left: -10px;
  width: 80px;
  overflow: hidden;
}
.bloghub__post__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloghub__post__image {
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.bloghub__post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloghub__post__date {
  font-size: 18px;
  color: #666666;
  margin: 0;
}/*# sourceMappingURL=planzer-bloghub.css.map */