.case-gallery-card__mark {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 2px solid currentColor;
  border-radius: 28px;
  font-family: var(--display);
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(173, 120, 20, .12);
}

@media (max-width: 820px) {
  .case-gallery-card__mark {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    font-size: 2.4rem;
  }
}
