beam-select-nonprofit::part(details){
  background-color: #faf8f3 !important;
}
@media only screen and (max-width: 600px) {
  beam-product-details-page{
    --beam-ProductDetailsPage-description-fontSize: 1.2rem;
  } 

  [data-beam-widget="select-nonprofit"]{
    margin: 0px  20px 10px 20px; 
  }
}

@media only screen and (min-width: 600px) {
  [data-beam-widget="select-nonprofit"]{
    margin: 0 20px 10px 20px; 
  }
}