.wp-block-media-text.is-style-half-bg {
    position: relative;
  }
  .wp-block-media-text.is-style-half-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: -3rem
    bottom: 0;
    width: 50%;
    background-color: #eee1cc;
  }
  
  h1.is-style-has-stars::after,
  h2.is-style-has-stars::after,
  h3.is-style-has-stars::after {
    content: "★★★★★";
    order: 2;
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ba9556;
  }

  .wp-block-my-simple-text {
    border: 1px solid rgba(0,0,0,.1);
    padding: 1rem;
  }