.page-title-01 {
  background-color: var(--page-title-01--block--background-color);
  border-bottom: 1px solid var(--page-title-01--block--border-color);
  padding-bottom: var(--page-title-01--block--padding-y);
  padding-top: var(--page-title-01--block--padding-y);
}
.page-title-01:not(:first-child) {
  margin-top: var(--page-title-01--block--margin-top);
}
.page-title-01 > .container,
.page-title-01 > .container-sm,
.page-title-01 > .container-xs {
  background-color: var(--page-title-01--container--background-color);
  border-radius: var(--page-title-01--container--border-radius);
  box-shadow: var(--page-title-01--container--box-shadow);
  padding-bottom: var(--page-title-01--container--padding-y);
  padding-top: var(--page-title-01--container--padding-y);
}
.page-title-01 .page-heading {
  color: var(--page-title-01--heading--color);
  font-family: var(--page-title-01--heading--font-family);
  font-size: var(--page-title-01--heading--font-size);
  font-weight: var(--page-title-01--heading--font-weight);
  line-height: var(--page-title-01--heading--line-height);
  letter-spacing: var(--page-title-01--heading--letter-spacing);
  margin-bottom: var(--page-title-01--heading--margin-bottom);
  text-transform: var(--page-title-01--heading--text-transform);
  text-align: var(--page-title-01--heading--text-align);
}