/* Make Trestles about page wider */
.quarto-about-trestles .about-contents {
  max-width: 1400px !important;  /* Wider full container */
  gap: 3rem;                     /* More space between photo and text */
}

/* Widen text column */
.quarto-about-trestles .about-contents .about-main {
  max-width: 900px !important;   /* Increase text width */
}

/* Center the whole layout better */
.quarto-about-trestles .about-contents .about-image {
  flex: 0 0 auto;
}