.image-object {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.resource-count {
  color: #909090;
  font-size: calc(34 * var(--global-base-font-size) / 16);
  line-height: 0.8;
}

.resource-icon {
  height: 20px;
}

.resource-title {
  font-size: calc(22 * var(--global-base-font-size) / 16);
}

.resource-subtitle {
  color: #606060;
}

.association-title {
  color: #6b6b6b;
  font-size: calc(25 * var(--global-base-font-size) / 16);
}

.association-resource {
  border: none !important;
  box-shadow: none !important;
  max-width: 20rem;
}

.card-title {
  color: #606060;
  font-size: calc(16 * var(--global-base-font-size) / 16);
}
