@media screen and (min-width: 1025px) {
  .orarb-eachTreeWrapper .tree-quote-div {
    justify-content: center;
    gap: 150px;
  }

  .orarb-eachTreeWrapper .tree-quote-div .tree-quote-imageDiv .quote-image {
    width: 360px;
    height: 388px;
  }

  /* .orarb-eachTreeWrapper .tree-quote-div .tree-quote-imageDiv .quote-bg-leaf {
    width: 570px;
  } */
  .orarb-eachTreeWrapper .identification-container .identification-innerContainer .identification-div .identification-bgLeaf {
    top: -100px;
    right: -159px;
    width: 424px;
    height: 512px;
    transform: scaleX(-1) rotate(90deg);
  }

  .orarb-eachTreeWrapper .identification-container .identification-innerContainer .identification-div {
    gap: 92px;
  }

  .orarb-eachTreeWrapper .summary-taxonomy-wrapper .summary-taxonomy-innerContainer {
    gap: 130px;
    padding: 20px 20px 7% 20px;
    max-width: 1136px;
  }

  .orarb-eachTreeWrapper .economic-container {
    background: none;
    position: relative;
  }

  .orarb-eachTreeWrapper .economic-container .economic-innerContainer .economic-text .economic-bgLeaf {
    display: block;
    position: absolute;
    top: -100px;
    left: -200px;
    opacity: 0.3;
    width: 542.562px;
    height: auto;
    transform: scaleY(-1) rotate(30.781deg);
  }


  .orarb-eachTreeWrapper .conservation-container .conservation-innerContainer section .conservation-bgLeaf {
    display: block;
    position: absolute;
    top: -20px;
    right: -180px;
    width: 470.352px;
    height: auto;
  }

  .orarb-eachTreeWrapper .conservation-container .conservation-innerContainer figure {
    flex-basis: 40%;
    display: block;
    margin: 0;
    grid-row: 1 / 4;
    order: 1;
  }

  .orarb-eachTreeWrapper .footer-wrapper {
    padding-top: 40px;
  }

  .orarb-eachTreeWrapper .footer-wrapper .top-button {
    top: 15px;
  }

  .orarb-eachTreeWrapper .footer-wrapper p {
    top: 80px;
  }

  .orarb-eachTreeWrapper .footer-wrapper .footer-container {
    clip-path: polygon(0 80px, 50% 0, 100% 80px, 100% 100%, 0 100%);
    padding-top: 90px;
  }

  .orarb-eachTreeWrapper .footer-wrapper .footer-container .nav-buttons {
    gap: 145px;
  }
}

/* only for taxonomic history + taxnomy */

@media screen and (min-width: 1250px) {
  .orarb-eachTreeWrapper .taxonomy-taxonomic-history-container .taxonomy-taxonomic-history-innercontainer {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 100px;
    gap: 100px;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .orarb-eachTreeWrapper .taxonomy-taxonomic-history-container .taxonomy-taxonomic-history-innercontainer section:nth-of-type(2) {
    flex-basis: 60%;
    height: auto;
    min-height: 400px;
  }

  .orarb-eachTreeWrapper .taxonomy-taxonomic-history-container .taxonomy-taxonomic-history-innercontainer section:nth-of-type(2) div {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }

  .orarb-eachTreeWrapper .taxonomy-taxonomic-history-container .taxonomy-taxonomic-history-innercontainer section:nth-of-type(2) div p {
    width: 85%;
    min-height: 300px;
  }

  .orarb-eachTreeWrapper .taxonomy-taxonomic-history-container .taxonomy-taxonomic-history-innercontainer section:first-of-type {
    padding: 0;
    display: block;
    position: relative;
    flex-direction: row-reverse;
    gap: 20px;
    min-width: 537px;
  }

  .orarb-eachTreeWrapper .taxonomy-taxonomic-history-container .taxonomy-taxonomic-history-innercontainer section:first-of-type .taxonomy-figure {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    z-index: 0;
  }

  .orarb-eachTreeWrapper .taxonomy-taxonomic-history-container .taxonomy-taxonomic-history-innercontainer section:first-of-type .taxonomy-figure img {
    display: block;
    width: 537px;
    height: 393px;
    object-fit: cover;
  }

  .orarb-eachTreeWrapper .taxonomy-taxonomic-history-container .taxonomy-taxonomic-history-innercontainer section:first-of-type .taxonomy-figure figcaption {
    top: 0;
    bottom: auto;
  }

  .orarb-eachTreeWrapper .taxonomy-taxonomic-history-container .taxonomy-taxonomic-history-innercontainer section:first-of-type .taxonomy-content-wrapper {
    position: absolute;
    background-color: white;
    bottom: -120px;
    right: -70px;
    width: 350px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }

  .orarb-eachTreeWrapper .taxonomy-taxonomic-history-container .taxonomy-taxonomic-history-innercontainer section:first-of-type .taxonomy-content-wrapper ul {
    margin-bottom: 0;
  }

  .orarb-eachTreeWrapper .economic-container {
    background: none;
    position: relative;
  }

  .orarb-eachTreeWrapper .economic-container .economic-innerContainer .economic-text .economic-bgLeaf {
    display: block;
    position: absolute;
    top: -100px;
    left: -280px;
    opacity: 0.3;
    width: 542.562px;
    height: auto;
    transform: scaleY(-1) rotate(30.781deg);
  }

  .orarb-eachTreeWrapper .conservation-taxonomy-container .conservation-taxonomy-innerContainer {
    grid-template-columns: calc((100% - 102px) / 2) calc((100% - 102px) / 2);
    -moz-column-gap: 102px;
    column-gap: 102px;
  }

  .orarb-eachTreeWrapper .conservation-taxonomy-container .conservation-taxonomy-innerContainer section {
    flex-basis: 40%;
    grid-row: 2 / 7;
    order: 2;
  }

  .orarb-eachTreeWrapper .conservation-taxonomy-container .conservation-taxonomy-innerContainer section .conservation-bgLeaf {
    display: block;
    position: absolute;
    top: -80px;
    right: -250px;
    width: 542.352px;
    height: auto;
  }

  .orarb-eachTreeWrapper .conservation-taxonomy-container .conservation-taxonomy-innerContainer figure {
    flex-basis: 40%;
    display: block;
    margin: 0;
    grid-row: 1 / 4;
    order: 1;
  }
}