.trees-planted-section {padding: var(--section-padding);}
.trees-planted h2 {max-width: var(--title-width); margin-bottom: 0.4em; }
.trees-planted .display-number {font-weight: 900; font-size: 8em; line-height: 1em;}
.trees-planted .trees-bot p {max-width: 29.2em; font-size: 1.125em; margin-bottom: 0.88em;}
@media (max-width: 900px){
  .trees-planted h2 span svg {width: 0.8em; height: 0.8em;}
  .trees-planted .display-number {font-weight: 900; font-size: 6em;}
  .trees-planted .trees-bot p {font-size: 1em;}

}

@media (max-width: 725px){
  .trees-planted .trees-top {flex-direction: column;}
  .trees-planted .trees-bot p {margin-top: 1em;}

}