.tm-card .tm-photo {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}

.tm-card .tm-icon-link,
.tm-card .tm-icon-standalone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.tm-card .tm-icon-img {
  display: block;
  height: auto;
  max-width: 100%;
}

.tm-card .tm-desc {
  color: #444;
  font-size: .95rem;
  line-height: 1.55;
  text-align: left;
  margin: 0 auto;
  max-width: 36ch;
}

