.paragraph .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: calc(1rem * 1);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.paragraph .wrapper .container {
  position: relative;
}

.paragraph .wrapper > .container {
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * 1);
}

.paragraph .col-main {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.paragraph .text-wrapper {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .0);
  padding-left: calc(var(--bs-gutter-x) * .0);
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.paragraph .text-wrapper .headings {
  display: flex;
  flex-direction: column;
  gap: calc(1rem * 0.5);
}

.paragraph .text-wrapper .headings h1,
.paragraph .text-wrapper .headings h2,
.paragraph .text-wrapper .headings h3,
.paragraph .text-wrapper .headings h4,
.paragraph .text-wrapper .headings h5,
.paragraph .text-wrapper .headings h6,
.paragraph .text-wrapper .headings .h1,
.paragraph .text-wrapper .headings .h2,
.paragraph .text-wrapper .headings .h3,
.paragraph .text-wrapper .headings .h4,
.paragraph .text-wrapper .headings .h5,
.paragraph .text-wrapper .headings .h6 {
  margin-bottom: 0;
}

.paragraph .cta-wrapper {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * .0);
  padding-left: calc(1.5rem * .0);
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.paragraph .col-side {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * .5);
  padding-left: calc(1.5rem * .5);
  margin-top: 0;
  display: flex;
  gap: 0.75rem;
}

.paragraph .text-container,
.paragraph .ref-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.paragraph .headings {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
