.c7n-knowledge-404-page {
  padding-top: 110px;
  width: 800px;
  margin: 0 auto;
  text-align: right;
  height: 100%;

  &-banner {
    width: 100%;
    height: 60%;
    // margin-bottom: 31px;
    background-image: url('./404.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;

    &-text {
      text-align: center;
      margin-top: 32px;
      > span {
        font-weight: 400;
        font-size: 24px;
        color: var(--text-color);
        text-align: right;
        margin-right: 10px;
      }

      button {
        line-height: 24px;
        top: -4px;
         > span {
           color: var(--primary-color);
         }
      }
    }
  }
}
