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