
/* v54 — Use the exact supplied chalkboard artwork in the About section. */
.page--home .section--chalkAbout{
  padding-top: clamp(28px, 4.5vw, 52px) !important;
  padding-bottom: clamp(34px, 5vw, 64px) !important;
}

.page--home .aboutBoardFigureWrap{
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.page--home .aboutBoardFigure{
  margin: 0;
  width: 100%;
}

.page--home .aboutBoardImage{
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.page--home .section--chalkAbout .aboutPartnersShowcase{
  margin-top: clamp(28px, 4.2vw, 48px) !important;
}

@media (max-width: 700px){
  .page--home .section--chalkAbout{
    padding-top: 22px !important;
    padding-bottom: 30px !important;
  }
  .page--home .aboutBoardFigureWrap{
    width: calc(100% - 1.2rem);
  }
  .page--home .section--chalkAbout .aboutPartnersShowcase{
    margin-top: 24px !important;
  }
}
