._tile_w323x_1 {
  border-radius: var(--border-radius);
  overflow: hidden;
  display: flex;
  position: relative;
}
._tile_w323x_1 ._article_w323x_7 {
  display: block;
  background-color: white;
  transition: background-color 0.25s;
}
._tile_w323x_1 ._article_w323x_7:hover {
  background-color: var(--beige);
}
._tile_w323x_1 ._article_w323x_7 ._header_w323x_15 {
  position: relative;
  height: 200px;
  width: 100%;
}
._tile_w323x_1 ._article_w323x_7 ._header_w323x_15 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
._tile_w323x_1 ._article_w323x_7 ._header_w323x_15._headerNoImage_w323x_26 {
  background-color: #e5e5e5;
  overflow: hidden;
}
._tile_w323x_1 ._article_w323x_7 ._header_w323x_15 svg._shape_w323x_30 {
  position: absolute;
  height: 100%;
  width: auto;
  right: 54px;
  transform: scale(1.55);
}
._tile_w323x_1 ._article_w323x_7 ._header_w323x_15 svg._shape_w323x_30 path {
  fill: var(--beigedarker);
  opacity: 0.3;
}
._tile_w323x_1 ._article_w323x_7 ._content_w323x_41 {
  padding: 30px;
  color: black;
}
._tile_w323x_1 ._article_w323x_7 ._content_w323x_41 h2 {
  margin: 0 0 20px 0;
}
._tile_w323x_1 ._tags_w323x_48 {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 1.25em;
}
._tile_w323x_1 ._tags_w323x_48 ._tag_w323x_48 {
  border-radius: var(--border-radius);
  padding: 5px 15px;
  background-color: white;
  color: black;
  transition-property: color, background-color;
  transition-duration: 0.25s;
}
._tile_w323x_1 ._tags_w323x_48 ._tag_w323x_48:hover {
  background-color: var(--beigedark);
  color: white;
}._tileList_10agd_1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

@media only screen and (min-width: 640px) {
  ._tileList_10agd_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}