
.section-tree .tree-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.section-tree .tree-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-tree .tree-label {
  top: 10px;
  right: 10px;
}
.section-tree .tree-title {
  font-weight: bold;
  font-size: 1.1rem;
}
.section-tree .tree-description {
  text-align: left;
  margin-top: 0.5rem;
}
.section-tree .row {
  justify-content: flex-start !important;
}
