.tree-work-gallery {
  grid-template-columns: 1fr;
}

.tree-work-gallery .process-image {
  box-shadow: 0 12px 32px rgba(16, 36, 24, 0.12);
}

.tree-work-gallery .process-image img {
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  background: #15271d;
}

@media (max-width: 520px) {
  .tree-work-gallery .process-image img {
    max-height: none;
  }
}
