.title {
  background-color: #ec5d3d;
  width: -moz-fit-content;
  width: fit-content;
}

.item {
  background-color: #f0f4fc;
  width: -moz-fit-content;
  width: fit-content;
}
.item h5 {
  color: #86b7fc;
}
.item h6 {
  color: #86b7fc;
}

.masonry-grid {
  display: flex;
  margin-left: -16px;
  width: auto;
}

.masonry-grid_column {
  padding-left: 16px;
  background-clip: padding-box;
}

.masonry-grid_column > div {
  margin-bottom: 16px;
}/*# sourceMappingURL=Target.module.css.map */