/*!
 * Copyright (c) 2016-present, Skillsoft, Inc - All Rights Reserved.
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 * Proprietary and confidential.
 */
.KnowledgeBaseCard---root---vYP3p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-width: 170px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-bottom: var(--space20);
  background-color: #FFFFFF;
  background-color: var(--whiteBackground);
  border: 1px solid #afb6c2;
  border: 1px solid var(--lighterNeutralColor);
}

.KnowledgeBaseCard---rootPadding---k2XKz {
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-right: var(--space20);
}

.KnowledgeBaseCard---icon---KVeY9 {
  height: 60px;
  height: 3.75rem;
  height: var(--font60);
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-top: var(--space30);
  font-size: 60px;
  font-size: 3.75rem;
  font-size: var(--font60);
  line-height: 60px;
  line-height: 3.75rem;
  line-height: var(--font60);
}

.KnowledgeBaseCard---title---dDmep {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-top: var(--space15);
  font-size: 22px;
  font-size: 1.375rem;
  font-size: var(--font22);
  color: #222325;
  color: var(--darkNeutralColor);
}

.KnowledgeBaseCard---subTitle---qyNUl {
  max-width: 255px;
  margin-top: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: var(--font14);
  color: #6a6e75;
  color: var(--lightNeutralColor);
}

.KnowledgeBaseCard---button---m2v_F {
  max-width: 90%;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-top: var(--space20);
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-bottom: var(--space30);
}

.KnowledgeBaseCard---textContainer---heVFL {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .KnowledgeBaseCard---icon---KVeY9 {
    height: 50px;
    font-size: 3.125rem;
    font-size: var(--font50);
    line-height: 50px;
  }

  .KnowledgeBaseCard---title---dDmep {
    font-size: 1.125rem;
    font-size: var(--font18);
  }

  .KnowledgeBaseCard---subTitle---qyNUl {
    font-size: 0.75rem;
    font-size: var(--font12);
  }
}

