.component-9e3d8faf-9610-4f3b-9ed8-8bd61639f8cd .callouts {
  margin: 0 calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
  display: flex;
  flex-direction: column;
}

.component-9e3d8faf-9610-4f3b-9ed8-8bd61639f8cd .callout-container {
  flex: 1 1 0;
  margin-top: 0 !important;
}

.component-9e3d8faf-9610-4f3b-9ed8-8bd61639f8cd h2 {
  margin: 0;
}

.component-9e3d8faf-9610-4f3b-9ed8-8bd61639f8cd .callout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: 3rem;
  min-height: 100vw;
}

.component-9e3d8faf-9610-4f3b-9ed8-8bd61639f8cd .callout-container .rich-text {
  width: 40rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media only screen and (min-width: 768px) {
  .component-9e3d8faf-9610-4f3b-9ed8-8bd61639f8cd .callouts {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: calc(100vw - 8px);
    width: calc(100vw - 8px);
  }
  .component-9e3d8faf-9610-4f3b-9ed8-8bd61639f8cd .callout {
    min-height: 32rem;
  }
}

.component-9e3d8faf-9610-4f3b-9ed8-8bd61639f8cd.center .callout {
  align-items: center;
}
.component-a54f1f46-fc91-414a-8e23-409c37671beb p:last-child {
  margin-bottom: 0;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb figure img {
  width: 100%;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb * + .actions {
  margin-top: 2.5rem;
}