.stats-redwood-area{width:100%;height:auto;display:flex;min-height:200px;clip-path: polygon(50% 5%, 100% 0%, 100% 100%, 100% 100%, 50% 95%, 0 100%, 0 50%, 0 0);position:relative;}
.stats-border{position:relative;}
.stats-border:before{content: ''; width: 100%; height: 106%; left: 0; position: absolute; top: -3%; background: #ededed; z-index: 0; clip-path: polygon(50% 5%, 100% 0%, 100% 100%, 100% 100%, 50% 95%, 0 100%, 0 50%, 0 0);}
.stats-redwood-area .stats-left-area{width:63%;background-size: cover; background-position: center; background-color: #383838cc; background-blend-mode: hue;}
.stats-redwood-area .stats-left-area .grid{display: grid; grid-template-columns: 33.333333% 33.333333% 33.333333%; /*grid-template-rows: 50% 50%;*/ column-gap: 0px;}
.stats-redwood-area .stats-left-area .grid div{text-align:center;border: 1px solid #ededed;padding:40px 15px;}
.stats-redwood-area .stats-left-area .grid div:nth-child(1),.stats-redwood-area .stats-left-area .grid div:nth-child(2),.stats-redwood-area .stats-left-area .grid div:nth-child(3){padding-top: 65px}
.stats-redwood-area .stats-left-area .grid div:nth-child(4),.stats-redwood-area .stats-left-area .grid div:nth-child(5),.stats-redwood-area .stats-left-area .grid div:nth-child(6){border-bottom:0px solid transparent;}

.stats-redwood-area .stats-left-area .grid h2{
    color: #fff;
    font-size: 70px;
    font-weight: 200;
    word-spacing: -9px;
    line-height: 1.1!important;
    /* font: var(--h1-font); */
    text-transform: var(--h1-transform);
}



.stats-redwood-area .stats-left-area .grid p{color:#fff;margin-top: 0px; line-height: 1.4;font-weight: 500;}
.stats-redwood-area .stats-right-area{width:37%;background-color:#d8d8d8;}
.stats-redwood-area .container-text{padding: 80px 50px 90px 50px; max-width: 510px; margin: 0 auto;}
.stats-redwood-area .container-text a.button{
  color:rgb(var(--color-tertiary));
  text-align: left;
  padding-left: 0;
  line-height: 1.2;
}

.stats-redwood-area p{font-weight:500;}

@media (max-width: 1200px){
  .stats-redwood-area .stats-left-area {width: 100%;}
  .stats-redwood-area .container-text{ /* chips --> */  padding: 80px 20px 110px;}
  .stats-redwood-area .stats-right-area{width:100%; /* chips --> */ background-position: 107% 108% !important;}

}

@media (max-width: 959px){
  .stats-redwood-area .container-text{ /* chips --> */  padding: 80px 20px 40px;}
  .stats-redwood-area .stats-right-area{width:100%; /* chips --> */ background-position: 111% 108% !important;}

}

/* medias */
/* XS */
@media (max-width: 1024px){
  .stats-redwood-area .stats-left-area .grid h2{font-size:37px;}
  
  
  
  .stats-redwood-area .stats-left-area .grid p{font-size:14px;}
  .stats-redwood-area .stats-left-area .grid div{padding:7px 10px;}
  .stats-redwood-area .container-text{padding:30px 20px 110px;} 
  .stats-redwood-area{display:block;}
  .stats-redwood-area .stats-left-area{width:100%;}
  .stats-redwood-area .stats-right-area{background-position: 109% 103%!important; width: 100%; background-size: 120px !important;} {# tuyin worked here #}
  
}