.cLightGreyBG {
  &.cGridLayout {
    background-color: #f7f8fb;

    h2 {
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 2rem;
      word-spacing: 3px;
      letter-spacing: 0.008rem;
      line-height: 2.75rem;
      color: #000;
      font-weight: 600;
      margin: 0 0 1.5rem;
    }

    .cRoundedHighlightedBox {
      min-height: 249px;
    }

    .cHighlightedReducePadding {
      padding: 2rem;
    }

    .cWhiteBG {
      background-color: #fff;
      color: #292929;
    }

    .cRoundedHighlightedBox {
      border-radius: 15px;
      margin-bottom: 50px;
      text-align: center;
      display: inline-block;
      box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 20%);
    }

    .cRoundedHighlightedBox img {
      height: 79px;
      padding-bottom: 1rem;
    }
  }
}

.cWhiteBG {
  &.cFeature {
    .cHighlightedx {
      margin-bottom: 2rem;
      border-bottom: solid 1px #ccc;
      padding: 2rem 0;
    }

    h3 {
      font-size: 1.5rem;
      word-spacing: 3px;
      letter-spacing: 0.008rem;
      line-height: 2.3rem;
      color: #000;
      font-weight: 400;
    }

    ul li:before {
      content: "\2022";
      font-size: 24px;
      top: -2px;
      left: 3px;
      position: absolute;
      color: #ff7300;
    }

    ul {
      padding: 0;
      margin: 0 0 1.5rem -5px;
    }

    ul li {
      padding-left: 29px;
      font-size: 1rem;
      padding-bottom: 0.7rem;
      list-style-type: none;
      position: relative;
      margin: 0;
      line-height: 1.6rem;
    }
  }

  &.cWhyTable {
    background-color: #fff;
    color: #292929;

    h2 {
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 2rem;
      word-spacing: 3px;
      letter-spacing: 0.008rem;
      line-height: 2.75rem;
      color: #000;
      font-weight: 600;
      margin: 0 0 1.5rem;
    }

    h5 {
      font-size: 1rem;
      line-height: 1.6rem;
      font-weight: 500;
      letter-spacing: 0.05rem;
      margin: 0 0 1.25rem;
      display: block;
    }

    .cIcon {
      text-align: center;
      padding: 1.5rem 0 0;
      margin: 0 -15px;

      &.cTop {
        margin-top: 2rem;
      }

      img {
        max-width: 56px;
      }
    }

    .cOrgWSO2 {
      background-color: #fff;
      padding: 2rem 2rem 1rem;
      border: solid 2px #ff7300;
      border-bottom: 0;
      margin: 0 -15px;
    }

    .cFixedHeight {
      min-height: 140px;
    }

    .cOrgWSO2 img,
    .cOrgOther img {
      max-height: 32px;
      margin-bottom: 1rem;
    }

    p,
    li {
      color: #494848;
    }

    .cReducedBottomMargin {
      margin-bottom: 0.5rem;
    }

    .cOrgOther {
      padding: 2rem 2rem 1rem;
      border: solid 2px #999;
      border-bottom: 0;
      border-left: 0;
      margin: 0 -9px 0;
    }

    .cFixedHeight {
      min-height: 140px;
    }

    .cIcon {
      background-repeat: no-repeat;
      background-position: left 10px center;
      background-size: 45px;
    }

    .cIcon.cBottom {
      border-top: solid 2px #999;
      margin: 0 -15px;
    }

    .cIndiWSO2 {
      background-color: #fff;
      padding: 1.5rem 2rem 1rem;
      border: solid 2px #ff7300;
      margin: 0 -15px;
    }

    .cIndiOther {
      padding: 1.5rem 2rem 1rem;
      border: solid 2px #999;
      border-left: 0;
      margin: 0 -9px 2rem;
    }
  }
}

.cMainContentBlock h2 {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.9rem;
}

.cGraphicContainer {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/bg-gradient-suqare.webp);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: top -1rem center;
  text-align: center;
}

.cGraphicContainer img {
  border-radius: 15px;
  padding: 2rem;
  filter: contrast(120%);
}

.cTopSep {
  padding-top: 4rem;
  display: inline-block;
  width: 100%;
}

.cInnerCOl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-right: 1px solid transparent;
  border-image: linear-gradient(0.42turn, #f85fb1, #ff7300, #f5e32000);
  border-image-slice: 1;
  display: inline-block;
  padding-bottom: 1rem;
  padding-right: 2rem;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .cInnerCOl {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.42turn, #f85fb1, #ff7300, #f5e42070);
    border-image-slice: 1;
    border-right: 0;
    padding-right: 0;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

.info-sectiob-bottom:last-child .cInnerCOl {
  border-right: none;
}

.cInnerCOl h3 {
  font-size: 1.5rem;
  word-spacing: 3px;
  letter-spacing: 0.008rem;
  line-height: 2.3rem;
  color: #000;
  font-weight: 400;
}

.cSubscriptionLayerCard h2 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.9rem;
  margin-bottom: 3rem;
  word-spacing: 3px;
  letter-spacing: 0.008rem;
  color: #fff;
}

.cSubscriptionLayerCard .cPrivateCloudBox {
  padding: 40px 40px 0px 40px;
  border-radius: 0px;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
  border-radius: 15px;
  background-color: #14171e;
}

.cSubscriptionLayerCard .cPrivateCloudBox p {
  color: #a7a2a2;
}

@media screen and (max-width: 992px) {
  .cSubscriptionLayerCard .cPrivateCloudBox {
    padding: 20px 20px 0px 20px;
  }
}

.cSubscriptionLayerCard ul {
  padding: 0;
  margin: 0 0 1.5rem -5px;
}

.cSubscriptionLayerCard ul li {
  padding-left: 29px;
  font-size: 1rem;
  padding-bottom: 0.7rem;
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
}

.cSubscriptionLayerCard ul li:before {
  content: "\2022";
  font-size: 24px;
  left: 3px;
  position: absolute;
  color: #ff7300;
}

.cSubscriptionLayerCard .cSubsText {
  padding: 4.5rem 4.5rem 2rem;
}

.cSubscriptionLayerCard .cSubsText p {
  color: #a7a2a2;
}

@media screen and (max-width: 992px) {
  .cSubscriptionLayerCard .cSubsText {
    padding: 1rem;
    text-align: center;
    display: inline-block;
    margin: auto;
    width: 100%;
  }
}

.cSubscriptionLayerCard a.cButtonN_Standard {
  width: 222px;
  letter-spacing: 0;
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/contact-black.webp);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 27px;
  padding: 10px 20px 10px 58px;
}

.cSubscriptionLayerCard a.cButtonN_Standard:hover {
  background-color: #fff;
  color: #000;
}

.cChoreoSectionImageWithText h2 {
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin-bottom: 1.5rem;
  word-spacing: 3px;
  letter-spacing: 0.008rem;
  color: #000;
  font-weight: 600;
}

.cChoreoSectionImageWithText.listUl ul {
  margin: 0;
  padding: 0;
}

.cChoreoSectionImageWithText.listUl li {
  padding-left: 29px;
  font-size: 1rem;
  padding-bottom: 0.7rem;
  list-style-type: none;
  position: relative;
  line-height: 1.6rem;
}

.cChoreoSectionImageWithText.listUl li:before {
  content: "\2022";
  font-size: 24px;
  top: -2px;
  left: 3px;
  position: absolute;
  color: #000000;
}

.cChoreoSectionImageWithText p {
  margin-bottom: 1.5rem;
}

.cChoreoSectionImageWithText strong {
  color: #000;
  font-weight: 700;
}

.cChoreoSectionImageWithText.text_image_right .row {
  flex-direction: row-reverse;
}

.cChoreoSectionImageWithText.grey {
  background: #f7f8fb;
}

.cChoreoSectionImageFeatured .featureImg {
  border: solid 1px #f1f1f1;
  background-color: #fff;
  border-radius: 14px;
  padding: 0 4rem;
  text-align: center;
}

.cChoreoSectionImageFeatured img {
  width: 100%;
  max-width: 500px;
  padding: 1.5rem 0;
}

.cChoreoSectionImageFeatured h2 {
  margin-bottom: 3rem;
}

.cChoreo-4ColGrid {
  &.grey {
    background-color: #f7f8fb;
  }

  &.white {
    background: #fff;
  }

  .cSol {
    padding-right: 2rem;
  }

  .HowIt h2 {
    background-image: url(//wso2.cachefly.net/wso2/sites/all/2023/choreo/how-it-works.webp);
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: top 0px left 12px;
    padding-left: 75px;
    margin-left: -20px;
    margin-bottom: 2rem;
    font-size: 2rem;
    word-spacing: 3px;
    letter-spacing: 0.008rem;
    line-height: 2.75rem;
    color: #000;
    font-weight: 600;
  }

  .cRightBorder {
    border-right: solid 1px #d9dde2;
    min-height: 400px;
    display: inline-block;
  }

  .TRowblock {
    padding: 2rem;
  }

  .cSol {
    >div:nth-of-type(2) {
      .TRowblock {
        padding-left: 0;
      }
    }
  }

  @media screen and (max-width:992px) {
    .TRowblock {
      padding: 2rem 0;
    }

    .cRightBorder {
      border-right: 0;
      min-height: unset;
      display: inline-block;
    }

    .TRowblock p {
      margin-bottom: 0;
    }

  }

  .TRowblock h4 {
    min-height: 0;
  }

  h4.Inh3 {
    min-height: 58px;
    font-size: 1.2rem;
    word-spacing: 3px;
    letter-spacing: 0.008rem;
    line-height: 1.8rem;
    color: #000;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #494848;
    word-spacing: 3px;
    letter-spacing: 0.008rem;
  }

  .cRightBorder:nth-last-of-type(1) {
    .TRowblock {
      padding-right: 1rem;
    }
  }
}

.cChoreoFeatureText {
  .cSol {
    padding-right: 2rem;
  }

  .cChallengex h2 {
    background-image: url(https://wso2.cachefly.net/wso2/sites/all/2022/choreo/idevp-choreo.svg);
    background-repeat: no-repeat;
    background-size: 87px;
    background-position: top -10px left -5px;
    padding-left: 70px;
    margin-left: 0px;
    margin-bottom: 1rem;
    margin-top: 0rem;
    line-height: 61px;
    color: #000;
    font-weight: 600;
    word-spacing: 3px;
    letter-spacing: 0.008rem;
  }

  .cHighlighted {
    -webkit-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .cSolutionLeftx {
    padding: 2rem 3rem 3rem;
    background-color: #ffffff;
  }

  ol,
  ul {
    padding: 0;
    margin-left: 0;
    margin-top: 2rem;
    list-style: none;
    counter-reset: step;
    margin-bottom: 0;

    li {
      counter-increment: step;
      position: relative;
      padding-left: 2.5rem;
      margin-bottom: 1rem;
      font-size: 1rem;
      display: inline-block;
      width: 100%;
      line-height: 1.6rem;
      color: #494848;
      word-spacing: 3px;
      letter-spacing: 0.008rem;

      &:before {
        content: counter(step);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        margin-right: 1rem;
      }
    }
  }

  a.cButtonN_StandardOutline {
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: none;
    word-spacing: 3px;
    letter-spacing: 0.008rem;
    display: inline-block;
    text-align: center;
    text-transform: none;
    font-size: 21px;
    padding: 9px 20px 9px;
    width: 222px;
    font-weight: 500;
    background-color: transparent;
    color: #000;
    margin-bottom: 0.7rem;
    letter-spacing: 0.5px;
    border: solid 2px #000;
    margin-top: 1rem;
    border-radius: 5px;
    text-decoration: none;
  }

  a.cButtonN_StandardOutline:hover {
    background-color: #ff7300;
    border: solid 2px #ff7300;
    color: #fff;
    text-decoration: none;
  }

  .cSolutionLeftx.cHighlighted.cWhiteBG {
    p a {
      font-weight: 600;
    }

    ul,
    ol {
      li {
        a {
          font-weight: 600;
        }
      }
    }
  }
}

.choreo_2_col_text_image h2.heading-main {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/choreo/key-features.webp);
  background-repeat: no-repeat;
  background-size: 63px;
  background-position: top -12px left -8px;
  padding-left: 70px;
  margin-left: 0px;
  margin-bottom: 4rem;
  margin-top: 2rem;
}

.choreo_2_col_text_image img {
  box-shadow: 0 3px 21px rgb(85 103 213 / 40%);
  background-color: #ffffff;
  border-radius: 14px;
}

.choreo_2_col_text_image h4 {
  font-weight: 400;
}

.choreo_2_col_text_image .textAlignCenter {
  display: flex;
  align-items: center;
}

.choreo_2_col_text_image .textAlignCenter.captionTrue {
  margin-bottom: 80px;
}

.cChoreoSection.choreo_2_col_text_image h4 a {
  font-size: 1.2rem;
  font-weight: 600;
}

.choreo_2_col_text_image .imgWithCaption {
  margin-bottom: 1rem;
}

.choreo_2_col_text_image .imgWithCaption span {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  display: inline-block;
}