#GeneralForm .ancestors a {
  margin-right: 0.5rem;
}
#GeneralForm .ancestors a::after {
  content: ',';
  color: black;
}
#GeneralForm .ancestors a:last-child::after {
  content: '';
}
#GeneralForm .feature.card {
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
#GeneralForm .feature.card .header {
  font-size: 1em;
}
#GeneralForm .feature.card .image > .thumbnail {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
