.selection-heading-copy {
  min-width: 0;
}

.selection-curatorial {
  max-width: 850px;
  margin: 38px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.55vw, 25px);
  line-height: 1.5;
  color: #3f3b35;
}

@media (max-width: 760px) {
  .selection-curatorial {
    margin-top: 28px;
    font-size: 19px;
    line-height: 1.55;
  }
}
