.container.centered.destaques {
  display: flex;
  flex-direction: row;
}
.container.centered.destaques img {
  object-fit: contain;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
}

.destaque-card {
  flex: 1;
  width: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.destaque-card img {
  object-fit: contain;
}

.card {
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
}

.destaques {
  flex: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 140px;
  gap: 12px;
}

.feed {
  flex: auto;
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feed .card {
  font-size: 10px;
  flex-grow: 1;
  flex: none;
  width: calc(33.3333% - 24px/3);
  min-width: calc(33.3333% - 24px/3);
  max-width: calc(33.3333% - 24px/3);
  overflow: hidden;
  text-align: justify;
  text-justify: distribute;
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=postagens.css.map */
