html[class] body div[class="oldTnsStyles"] {
  .tns-wiki-cats {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .grey_bg .wrapper.content.landing {
    margin-bottom: 0;
    margin-top: 15px;
  }

  .wiki-categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .wiki-categories .one-category {
    width: 460px;
    margin: 28px 0;
    display: flex;
  }

  .wiki-categories .one-category .image {
    flex: 0 0 56px;
    height: 56px;
    margin-right: 24px;
    background-color: #f0f3f4;
    border-radius: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: var(--boxShadow6);
    border: 1px solid var(--colorDark30);
  }

  .grey_bg .wiki-categories .one-category .image {
    background-color: #fff;
  }

  .wiki-categories .one-category h3 {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .wiki-categories .one-category a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
    transition: .3s;
  }

  .wiki-categories .one-category a:hover {
    color: var(--colorDarkGreen);
  }

  .wiki-categories .one-category a.all-que {
    color: #3e3e3e;
  }

  .wiki-categories .one-category a.all-que:hover {
    color: var(--colorDarkGreen);
  }

  @media screen and (max-width: 767px) {
    .wiki-categories .one-category {
      max-width: 100%;
    }

    .wrapper.content.landing h2 {
      margin-top: 40px;
    }

    .grey_bg .wrapper.content.landing, .grey_bg .wrapper.content.landing h2 {
      margin-top: 0;
    }

    .wiki-categories .one-category {
      margin: 20px 0;
    }

    .wiki-categories .one-category .image {
      width: 32px;
      height: 32px;
      background-size: 18px 18px;
      margin-right: 12px;
    }
  }
}
