.tm-block-card {
  max-width: 100%;
}

.tm-card-component {
  overflow: hidden;
  border-radius: 1rem;
}

.tm-card-component-media {
  overflow: hidden;
}

.tm-card-component-media-link {
  display: block;
}

.tm-card-component-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.tm-card-component-title {
  line-height: 1.25;
}

.tm-card-component-title a:hover {
  color: inherit;
}

.tm-card-component-text > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .tm-card-component-image {
    height: 220px;
  }
}
