.curatorial-con {
  padding: 4rem 2rem 4rem 2rem;
  width: 100%;
  background-color: white;
  border-style: solid;
  border-width: 0.1rem;
  border-color: var(--light-gray-d);
}

.curatorial-text {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  margin: 0 auto;
  max-width: 40rem;
}

.curatorial-con h2 {
  margin-right: auto;
  color: var(--dark-blue);
  width: fit-content;
  padding-right: 1rem;
  border-bottom: 0.2rem solid var(--light-grey);
  font-weight: 200;
  font-size: var(--font-size-ll);
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}


.curatorial-con p {
  color: var(--font-color-grey); 
  max-width: 40rem;
  margin-bottom: 2rem;
  text-align: justify;
  border-bottom: 0.1rem solid var(--light-grey);
  padding-bottom: 2rem;
}
