.story-teaser--large {
  a {
    text-decoration: none;

    &:hover h2,
    &:focus h2 {
      text-decoration: underline;
    }
  }

  .wp-block-columns {
    gap: 0;
  }

  .wp-block-column {
    padding: 3.1875rem;
  }

  .wp-block-heading {
    color: #000756;
    text-decoration: none;
    margin-top: 0;
  }

  p {
    margin: 0;
    color: #000756;
    text-decoration: none;

    &:after {
      content: "›";
      font-size: 1.1rem;
      font-family: "Circular-Pro-Bold", "Arial", sans-serif;
      margin: 0 0 0 0.2em;
      vertical-align: top;
    }
  }
}
