.has-text-align-center{
    text-align:center;
  }
  
  .has-text-align-left{
    text-align:left;
  }
  
  .has-text-align-right{
    text-align:right;
  }
  .aligncenter{
    text-align:center;
  }
  hr.wp-block-separator{
    margin: 60px 0;
  }

  :where(.editor-styles-wrapper) a.green-cta{
    background: #02818c;
    color: #fff;
    display: inline-block;
    border-radius: 26.4px;
    font-size: 2rem;
    line-height: 2.7rem;
    padding: 12px 50px;
    text-align: center;
    position: relative;
    top: 0;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
  }
  :where(.editor-styles-wrapper) a.green-cta:hover,:where(.editor-styles-wrapper) a.green-cta:focus {
        box-shadow: 0 8px 0 #015e66;
        transition-duration: .5s;
        top: -7px;
        color: #fff !important;
    }
    :where(.editor-styles-wrapper) .mb0{
      text-align: center;
    }
    .block-editor-block-list__layout .block-editor-block-list__block .blue-bg .full-width {
    padding: 0 25px;
  }
  .bold_slides .block-editor-block-list__layout{
    list-style: none;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
  }
  .block-editor-block-list__layout .block-editor-block-list__block .blue-bg .full-width .bold_slide{
    margin: 0 5px 30px;
  }

  @media (max-width: 992px){
  .wp-block-mprblock-key-takeaways.beige-bg{
    margin: 0 25px 40px;
  }
}