.component-9908ca94-bf61-46b3-88a2-9471b057870e .callouts {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .callout-container {
  flex: 1 1 0;
  margin-top: 0 !important;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e h2 {
  margin: 0;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .callouts > .box {
  border-radius: 1rem;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .callouts .box-background {
  border-radius: 1rem;
  overflow: hidden;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .box-content,
.component-9908ca94-bf61-46b3-88a2-9471b057870e .callout {
  height: 100%;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .actions {
  margin-top: auto;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .callout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: 12rem .5rem;
  flex-shrink: 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:  0px 2rem 4rem -1rem rgba(0, 0, 0, 0.25);
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .rich-text {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .component-9908ca94-bf61-46b3-88a2-9471b057870e .callouts {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e.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;
}
.component-d7507629-134f-4e18-9679-2b30c5d98675 * + .actions {
  margin-top: 2rem;
}

.component-d7507629-134f-4e18-9679-2b30c5d98675 .text-left figure {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .component-d7507629-134f-4e18-9679-2b30c5d98675 .section-box > .box-content {
    display: flex;
    flex-flow: row nowrap;
  }
  .component-d7507629-134f-4e18-9679-2b30c5d98675 .text-box {
    box-sizing: border-box;
    padding-right: 4rem;
    flex: 1 1 auto;
  }
  .component-d7507629-134f-4e18-9679-2b30c5d98675 .actions {
    width: 40%;
    max-width: 420px;
    flex: 0 0 auto;
  }
}