.pt-page__header_lead {
  position: relative;
  padding: 1.8rem 0rem;
  .lead {
    z-index: 1;
    position: relative;
    padding-right: 40px;
  }
  &:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e9f0ed;
    position: absolute;
    top: 0;
    left: -30px;
    border-radius: 0 9999px 9999px 0;
  }
}

@media (min-width: 1200px) {
  .pt-page__header_lead {
        .lead {
        padding-right: 0px;
    }
    &:after {
      width: 80%;
    }
  }
}
@media (min-width: 1400px) {
  .pt-page__header_lead {
    &:after {
      width: 70%;
    }
  }
}

