/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/legacy/location_contact/view.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/* Details Block -----------------------------------------------------------------------------------------------------*/
.post-date {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.post-title {
  margin: 0 0 0.5em;
  font-weight: 500;
}
.post-excerpt {
  margin: 0;
  font-size: 14px;
}
/* grid of 3 */
.umbrellas-recent-posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-gap: 1em;
}
.featured-image {
  width: 100%;
}
.featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 45/34;
  object-fit: cover;
}

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