/* DEMO SECTION */

.section-demo {
  background-color: var(--color-light-grey--1);
}

.section-demo--text > * {
  grid-column: 2 / 3;
}

/* See https://help.calendly.com/hc/en-us/articles/31618265722775-Advanced-Calendly-embed-for-developers */
.calendly-inline-widget {
  min-width: 320px;
  height: 700px;
}

/* Responsive design */
@media only screen and (max-width: 56.25em) {
  .section-demo--text > * {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 43.75em) {
  .section-demo--text {
    padding-bottom: 9.6rem;
 }
}
