.workpiloti-forest-effect {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.workpiloti-forest-effect-item {
  padding: 20px;
  text-align: center;
  border: 1px solid #696969;
}

.workpiloti-forest-effect-plus {
  flex-shrink: 0;
  width: fit-content;
  margin-inline: auto;
  font-size: 24px;
}

@media screen and (max-width: 600px) {
  .workpiloti-forest-effect {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
