.component-8e459408-3d85-49fc-b59b-dacdb25661bd .callouts {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.component-8e459408-3d85-49fc-b59b-dacdb25661bd .callout-container {
  flex: 1 1 0;
  margin-top: 0 !important;
}

.component-8e459408-3d85-49fc-b59b-dacdb25661bd .callout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80vh; 
  overflow: hidden;
}

.component-8e459408-3d85-49fc-b59b-dacdb25661bd .rich-text {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .component-8e459408-3d85-49fc-b59b-dacdb25661bd .callouts {
    flex-direction: row;
  }
  .component-8e459408-3d85-49fc-b59b-dacdb25661bd .rich-text {
    max-width: 100%;
  }
}

.component-8e459408-3d85-49fc-b59b-dacdb25661bd.vertical .callout {
  padding: 0 32px;
  box-sizing: border-box;
}

.component-8e459408-3d85-49fc-b59b-dacdb25661bd.horizontal .callouts {
  flex-direction: column;
}

.component-8e459408-3d85-49fc-b59b-dacdb25661bd.horizontal .callout {
  align-items: center;
  min-height: 20rem;
  height: auto;
  padding: 32px 0;
}
.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;
}
