.showcase {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  line-height: 1.8;
}
.showcase__item {
  width: 11cm;
  max-width: calc(100% - 1em);
  margin: 1em;
  max-height: 81.82vw;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
  border-radius: 4pt;
  border: 1px solid var(--shade);
}
.showcase__link {
  display: block;
  text-decoration: none;
}
.showcase__img {
  display: block;
  width: 11cm;
  max-width: 100%;
  height: 5.5cm;
  max-height: calc(50vw - 2em);
}
.showcase__title {
  margin: 0.5em 1em 0em 1em;
  font-weight: bold;
}
.showcase__description {
  margin: 0.5em 1em 1.2em 1em;
  flex-grow: 1;
}
