/*!
 * Copyright (c) 2016-present, Skillsoft, Inc - All Rights Reserved.
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 * Proprietary and confidential.
 */
.SupportCard---root---S2QGH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #FFFFFF;
  background-color: var(--whiteBackground);
  border: 1px solid #afb6c2;
  border: 1px solid var(--lighterNeutralColor);
}

.SupportCard---rootPadding---cN_TI {
  margin-right: 20px;
}

.SupportCard---icon---g4CLd {
  height: 80px;
  height: 5rem;
  height: var(--space80);
  padding: 30px;
  padding: 1.875rem;
  padding: var(--space30);
  font-size: 80px;
  font-size: 5rem;
  font-size: var(--space80);
  line-height: 80px;
  line-height: 5rem;
  line-height: var(--space80);
}

.SupportCard---leftContainer---k49lM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 24px;
  margin-right: 1.5rem;
  margin-right: var(--space24);
}

.SupportCard---textContainer---oCy1g {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 225px;
}

.SupportCard---title---hMwd9 {
  font-size: 16px;
  font-size: 1rem;
  font-size: var(--font16);
  font-weight: bold;
  color: #222325;
  color: var(--darkNeutralColor);
}

.SupportCard---subTitle---ia7kR {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: var(--font14);
  font-weight: normal;
  color: #6a6e75;
  color: var(--lightNeutralColor);
}

.SupportCard---buttonContainer---D2oJY {
  margin-right: 30px;
  margin-right: 1.875rem;
  margin-right: var(--space30);
  text-align: center;
  white-space: nowrap;
}

.SupportCard---mainButton---qSaX3 {
  padding-bottom: 10px;
  margin-top: 50px;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .SupportCard---root---S2QGH {
    -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;
  }

  .SupportCard---mainButton---qSaX3 {
    margin-top: 0;
  }

  .SupportCard---buttonContainer---D2oJY {
    margin-right: 0;
  }
}

.SupportCard---root---S2QGH.SupportCard---extraSmallDevice---bUu8V {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 288px;
  height: 280px;
  margin: 36px auto;
  margin: 2.25rem auto;
  margin: var(--space36) auto;
}

.SupportCard---extraSmallDevice---bUu8V .SupportCard---mainButton---qSaX3 {
  margin-top: -20px;
  margin-top: -1.25rem;
  margin-top: calc(-1 * var(--space20));
}

.SupportCard---extraSmallDevice---bUu8V .SupportCard---buttonContainer---D2oJY {
  text-align: right;
}

.SupportCard---extraSmallDevice---bUu8V .SupportCard---leftContainer---k49lM {
  -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;
}

.SupportCard---extraSmallDevice---bUu8V .SupportCard---textContainer---oCy1g {
  text-align: center;
}

.SupportCard---extraSmallDevice---bUu8V .SupportCard---buttonContainer---D2oJY {
  margin: 0;
  text-align: center;
}

.SupportCard---titleFontColor---M_waZ .SupportCard---title---hMwd9,
.SupportCard---titleFontColor---M_waZ .SupportCard---subTitle---ia7kR {
  color: #151c36;
  color: var(--exploreBgColor);
}

.SupportCard---small---vcwOh.SupportCard---root---S2QGH {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-top: var(--space24);
}

