.cpap__plp-header.cpap__plp-header-blog-category {
  padding: 12px 0 69.5px;
  margin-bottom: 72px;
  @media (max-width: 992px) {
    padding: 16px 0 42px 0;
    margin-bottom: 40px;
  }
  .cpap__plp-header__container {
    position: relative;
    .cpap__plp-header__title-container {
      padding-top: 40px;
      @media (max-width: 992px) {
        padding-top: 0;
        margin-top: 1px;
      }
      h1 {
        margin-top: 16px;
        margin-bottom: 16px;
        @media (max-width: 992px) {
          margin-top: 0;
        }
      }
      p {
        color: var(--cpap-text-text-gray);
        margin-bottom: 0;
        max-width: 648px;
        font: 500 var(--cpap-typography-font-lg);
        @media (max-width: 992px) {
          margin-bottom: 20px;
          font-size: 16px;
        }
      }
    }
    .cpap__plp-header__image-container {
      @media (min-width: 992.5px) {
        position: absolute;
        right: 157px;
        top: 60%;
        transform: translate(0, -50%);
        width: 218px;
        height: 218px;
        margin: 0;

        &:before {
          width: 456px;
          height: 456px;
          top: 53.6%;
          background-image: url('./Rings-7.svg');
        }
      }
    }
  }
}
