.card {
  width: 350px;
  background: var(--color--background--second);
  border: 1px solid #e8ecee;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card > .content {
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.card > .content > .description {
  display: flex;
  flex-direction: column;
}

.card > .content > .title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.card > .content > .footer {
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.card > .content > .footer * {
  font-size: 12px;
}

.card.image > .image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card.little {
  width: 200px;
  min-height: 200px;
}

.card.little.image > .image {
  max-width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 8px;
}

.card.card_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.card_icon > i {
  font-size: 100px;
  width: fit-content;
}

/*# sourceMappingURL=card.css.map */

/*# sourceMappingURL=card.css.map */
