.whatwevalue-container {
 display: flex;
 justify-content: center;
 flex-direction: column;
 gap: 36px;
}
.newbg {
 background-color: #F8F5F2; 
}
.whatwevalue-dgrid-wrapper {
 display: flex;
 align-items: start;
 justify-content: space-between;
 gap: 67px;
}

.value-item {
 max-width: 389px; 
}

.value-item p {
  color: #000;/
  font-family: "BC Falster Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 160% */
  
}
@media only screen and (max-width: 900px) {
  .value-item p {
   font-size: 16px;
   line-height: 22px;
  }
    .value-item {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    max-width: none;
  }
}
@media only screen and (max-width: 770px) {
  .whatwevalue-dgrid-wrapper {
   flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .mobtextcenter {
   text-align: center; 
  }
  

  
}

