main.projects-page {
  padding-top: 70px;
}

.projects-page .case-section {
  padding-bottom: 56px;
}

.projects-page .projects-head {
  padding-top: 50px;
  padding-bottom: 14px;
}

.projects-page .case-section__title-sub {
  letter-spacing: 0.03em;
}

.projects-page .case-section__panel {
  padding: 84px 0;
}


.projects-page .case-section__title-main {
  font-size: clamp(26px, 2.8vw, 34px);
}

.projects-page .case-section__text > p {
  line-height: 1.95;
}

.projects-page .case-section__text > p strong {
  display: inline-block;
  margin: 8px 0 2px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #ff5535;
  color: #fff;
  font-weight: 800;
  line-height: 1.35;
}

.projects-page .case-section__actions {
  margin-top: 20px;
}

.projects-page .case-section__actions a {
  min-width: 280px;
}
.projects-page .tree-work-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.projects-page .tree-work-grid__item {
  background: #fff;
  border: 1px solid #d7dfc8;
  border-radius: 12px;
  padding: 12px;
}

.projects-page .tree-work-grid__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.projects-page .tree-work-grid__term {
  margin: 0 0 6px;
  color: #2d662d;
  font-weight: 800;
  line-height: 1.4;
}

.projects-page .tree-work-grid__desc {
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.6;
}

.projects-page__bottom-gallery {
  max-width: 960px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px auto 0;
}

.projects-page__bottom-gallery-item {
  margin: 0;
}

.projects-page__bottom-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}

#tree-disposal > .case-section__panel,#weed-control,#stone-removal > .case-section__panel{
  background: #f6f8ef;
}

@media (max-width: 960px) {
  main.projects-page {
    padding-top: 60px;
  }

  .projects-page .projects-head {
    padding-top: 30px;
  }

  .projects-page .case-section__panel {
    padding: 30px 0;
  }

  .projects-page .case-section__title-main {
    font-size: 30px;
  }

  .projects-page .case-section__actions {
    margin-top: 14px;
  }
  .projects-page .tree-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .projects-page .tree-work-grid__item {
    padding: 10px;
  }

  .projects-page__bottom-gallery {
    margin-top: 18px;
    gap: 8px;
    width: calc(100% - 24px);
  }
}

.projects-page .tree-work-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


@media (max-width: 960px) {
  .projects-page .tree-work-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .projects-page .case-section__panel-inner--reverse .tree-work-grid {
    order: 3;
  }
}
