.heading-btn-section {
  position: relative;


  &:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    transform: skew(-45.1deg);
    content: "";
    width: 100vw;
    background: rgb(255 222 0);
    z-index: 1;
  }

  .page-width {
    position: relative;
    z-index: 3;
  }
}

.heading-btn-section--has-image {
  .page-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .heading-btn__text-holder {
    width: 60%;
  }

  .heading-btn__img-holder {
    width: 30%;

    img {
      display: block;
      width: 100%;
      height: auto;
    }
  }
}

.comparison-section__title {
  em {
    font-style: normal;
    font-size: 80%;
    line-height: 1;
    display: block;
  }
}