.featured-collage {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 55px #7f23461c;
}

.featured-collage img {
  display: block;
  width: 100%;
  height: auto;
}

.featured-collage figcaption {
  padding: 15px 20px;
  color: var(--berry);
  font-weight: 800;
  text-align: center;
}

.gallery-grid.gallery-grid-simple {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 500px;
}

.gallery-grid-simple .gallery-tall {
  grid-row: auto;
}

@media (max-width: 800px) {
  .gallery-grid.gallery-grid-simple {
    grid-template-columns: 1fr;
    grid-template-rows: 320px 260px;
  }
}
