[data-component-id="avchildcare:content_with_background"] {
  position: relative;
  background: var(--bg-color, var(--background-secondary));
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1312px;
  width: 100%;
  overflow: visible;

  & .paragraph {
    max-width: 1200px;
    width: 100%;
    /* padding: 24px 0; */
    & h1,& h2,& h3,& h4,& h5 {
      margin-bottom: 8px;
    }
  }

  & > .deco-image {
    position: absolute;
    top: -5%;
    right: -1%;
    pointer-events: none;
    z-index: 1;
  }

}
