@charset "UTF-8";
/* CSS Document */

.card__content_at {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.card__image_at {
  height: 22vh;
  margin: 0;
  display: block;
  flex-grow: 0;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1;
}

