.elementor-84456741 .elementor-element.elementor-element-5b63a2c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-84456741 .elementor-element.elementor-element-7c258b4{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:-5px;--margin-left:0px;--margin-right:0px;}.elementor-84456741 .elementor-element.elementor-element-c869118{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-84456741 .elementor-element.elementor-element-3904564{text-align:center;}.elementor-84456741 .elementor-element.elementor-element-3904564 img{width:80%;}.elementor-84456741 .elementor-element.elementor-element-bb1a777{--display:flex;}.elementor-84456741 .elementor-element.elementor-element-9e413cb{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-84456741 .elementor-element.elementor-element-321917a .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:700;color:var( --e-global-color-secondary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-84456741 .elementor-element.elementor-element-3e25429{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:400;}.elementor-84456741 .elementor-element.elementor-element-2247ced{--display:flex;}.elementor-84456741 .elementor-element.elementor-element-9dff699{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-84456741 .elementor-element.elementor-element-58f1403{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-84456741 .elementor-element.elementor-element-66375cc{--display:flex;}.elementor-84456741 .elementor-element.elementor-element-bb6367c > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-84456741 .elementor-element.elementor-element-1b53966{--display:flex;}.elementor-84456741 .elementor-element.elementor-element-81e2af9 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-84456741 .elementor-element.elementor-element-ffd7d8b{--display:flex;--border-radius:15px 15px 15px 15px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-84456741 .elementor-element.elementor-element-6171b60 > .elementor-widget-container{margin:5px 5px 5px 5px;}@media(max-width:767px){.elementor-84456741 .elementor-element.elementor-element-3904564 img{width:50%;}}@media(min-width:768px){.elementor-84456741 .elementor-element.elementor-element-c869118{--width:20%;}.elementor-84456741 .elementor-element.elementor-element-bb1a777{--width:75%;}.elementor-84456741 .elementor-element.elementor-element-9e413cb{--width:100%;}.elementor-84456741 .elementor-element.elementor-element-2247ced{--width:20%;}}.scc-supermicro-solutions,
.scc-supermicro-solutions * {
  box-sizing: border-box;
}

.scc-supermicro-solutions {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}


/* =========================================================
   CARD
   ========================================================= */

.scc-supermicro-solution-card {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: stretch;

  width: 100%;
  min-height: 170px;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid rgba(0, 153, 72, 0.28);
  border-radius: 8px;

  text-decoration: none !important;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.scc-supermicro-solution-card:hover {
  transform: translateY(-1px);

  border-color: rgba(0, 153, 72, 0.5);

  box-shadow:
    0 5px 14px rgba(0, 87, 53, 0.07);
}


/* =========================================================
   IMAGE SIDE
   ========================================================= */

.scc-supermicro-solution-card__image {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
  padding: 14px 18px;

  background: #ffffff;
}

.scc-supermicro-solution-card__image img {
  display: block;

  width: 100%;
  max-width: 270px;
  max-height: 125px;

  object-fit: contain;
}


/* =========================================================
   CONTENT SIDE
   ========================================================= */

.scc-supermicro-solution-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;
  padding: 20px 24px;

  background: linear-gradient(
    120deg,
    #ffffff 0%,
    #f4faf6 35%,
    #e5f3ea 68%,
    #d7ebdf 100%
  );
}

.scc-supermicro-solution-card__content h3 {
  margin: 0 0 9px;

  color: #008f47;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.scc-supermicro-solution-card__content p {
  max-width: 720px;
  margin: 0 0 15px;

  color: #3d423f;
  font-size: 14px;
  line-height: 1.5;
}


/* =========================================================
   CTA
   ========================================================= */

.scc-supermicro-solution-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: #284684;
  font-size: 15px;
  font-weight: 600;
}

.scc-supermicro-solution-card__arrow {
  color: #df2637;
  font-size: 17px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-supermicro-solution-card:hover
.scc-supermicro-solution-card__arrow {
  transform: translateX(4px);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .scc-supermicro-solution-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }


  /* IMAGE FIRST */

  .scc-supermicro-solution-card__image {
    grid-column: 1;
    grid-row: 1;

    min-height: 115px;
    padding: 12px 18px 8px;
  }

  .scc-supermicro-solution-card__image img {
    width: auto;
    max-width: 90%;
    max-height: 100px;
  }


  /* COPY BELOW */

  .scc-supermicro-solution-card__content {
    grid-column: 1;
    grid-row: 2;

    padding: 15px 18px 17px;

    background: linear-gradient(
      135deg,
      #f8fbf9 0%,
      #edf6f0 58%,
      #e0eee5 100%
    );
  }

  .scc-supermicro-solution-card__content h3 {
    margin-bottom: 7px;
    font-size: 17px;
  }

  .scc-supermicro-solution-card__content p {
    max-width: none;
    margin-bottom: 13px;

    font-size: 13px;
    line-height: 1.48;
  }

  .scc-supermicro-solution-card__link {
    font-size: 12px;
  }

}
.scc-cisco-solutions,
.scc-cisco-solutions * {
  box-sizing: border-box;
}

.scc-cisco-solutions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}


/* CARD */

.scc-cisco-solution-card {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: stretch;

  width: 100%;
  min-height: 170px;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid #c8e1f1;
  border-radius: 8px;

  text-decoration: none !important;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.scc-cisco-solution-card:hover {
  transform: translateY(-1px);
  border-color: #9bcce9;
  box-shadow: 0 5px 14px rgba(0, 118, 189, 0.06);
}


/* IMAGE SIDE */

.scc-cisco-solution-card__image {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
  padding: 14px 18px;

  background: #ffffff;
}

.scc-cisco-solution-card__image img {
  display: block;

  width: 100%;
  max-width: 270px;
  max-height: 125px;

  object-fit: contain;
}


/* CONTENT SIDE */

.scc-cisco-solution-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;
  padding: 20px 24px;

  background: #f3f8fc;
}

.scc-cisco-solution-card__content h3 {
  margin: 0 0 9px;

  color: #109fd9;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.scc-cisco-solution-card__content p {
  max-width: 340px;
  margin: 0 0 15px;

  color: #444444;
  font-size: 14px;
  line-height: 1.5;
}

.scc-cisco-solution-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: #0076bd;
  font-size: 15px;
  font-weight: 600;
}

.scc-cisco-solution-card__arrow {
  font-size: 17px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.scc-cisco-solution-card:hover .scc-cisco-solution-card__arrow {
  transform: translateX(4px);
}


/* COMPUTE — COPY LEFT / IMAGE RIGHT */

.scc-cisco-solution-card--compute {
  grid-template-columns: 56% 44%;
}


/* TABLET */

@media (max-width: 1024px) {

  .scc-cisco-solutions {
    grid-template-columns: 1fr;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .scc-cisco-solutions {
    gap: 10px;
  }

  .scc-cisco-solution-card,
  .scc-cisco-solution-card--compute {
    grid-template-columns: 1fr;
    min-height: 0;
  }


  /* ALWAYS IMAGE FIRST */

  .scc-cisco-solution-card__image,
  .scc-cisco-solution-card--compute .scc-cisco-solution-card__image {
    grid-column: 1;
    grid-row: 1;

    min-height: 115px;
    padding: 12px 18px 8px;
  }

  .scc-cisco-solution-card__image img {
    width: auto;
    max-width: 90%;
    max-height: 100px;
  }


  /* COPY BELOW */

  .scc-cisco-solution-card__content,
  .scc-cisco-solution-card--compute .scc-cisco-solution-card__content {
    grid-column: 1;
    grid-row: 2;

    padding: 15px 18px 17px;
  }

  .scc-cisco-solution-card__content h3 {
    margin-bottom: 7px;
    font-size: 17px;
  }

  .scc-cisco-solution-card__content p {
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 1.48;
  }

  .scc-cisco-solution-card__link {
    font-size: 12px;
  }

}
.scc-supermicro-preconfig,
.scc-supermicro-preconfig * {
  box-sizing: border-box;
}

.scc-supermicro-preconfig {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;

  width: 100%;
  min-height: 105px;
  padding: 12px 26px 12px 18px;

  font-family: "Montserrat", sans-serif;

  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #f5f7fb 34%,
    #dce4f2 62%,
    #284684 100%
  );

  border: 1px solid rgba(40, 70, 132, 0.28);
  border-radius: 9px;
}


/* LOGO / IMAGE */

.scc-supermicro-preconfig__logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 150px;
  height: 78px;
}

.scc-supermicro-preconfig__logo img {
  display: block;

  width: 125px;
  max-width: 100%;
  max-height: 70px;

  object-fit: contain;
}


/* CONTENT */

.scc-supermicro-preconfig__content {
  min-width: 0;
}

.scc-supermicro-preconfig__content h3 {
  margin: 0 0 6px;

  color: #284684;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.scc-supermicro-preconfig__content p {
  max-width: 720px;
  margin: 0;

  color: #33363d;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}


/* CTA */

.scc-supermicro-preconfig__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.scc-supermicro-preconfig__link span {
  color: #9fc2ff;
  font-size: 19px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-supermicro-preconfig__link:hover {
  color: #dce8ff !important;
}

.scc-supermicro-preconfig__link:hover span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-supermicro-preconfig {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

    width: 100%;
    min-height: 0;
    padding: 12px;

    overflow: hidden;

    background: #f3f6fb;
    border-color: rgba(40, 70, 132, 0.28);
  }


  /* IMAGE AREA */

  .scc-supermicro-preconfig__logo {
    grid-column: 1;
    grid-row: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 120px;

    padding: 10px 18px;
    margin: 0 0 14px;

    background: #ffffff;
    border: 1px solid #dce3ef;
    border-radius: 6px;
  }

  .scc-supermicro-preconfig__logo img {
    display: block;

    width: auto;
    max-width: 180px;
    max-height: 95px;

    object-fit: contain;
  }


  /* CONTENT */

  .scc-supermicro-preconfig__content {
    grid-column: 1;
    grid-row: 2;

    width: 100%;
    padding: 0 3px;
  }

  .scc-supermicro-preconfig__content h3 {
    margin: 0 0 6px;

    color: #284684;
    font-size: 17px;
    line-height: 1.3;
  }

  .scc-supermicro-preconfig__content p {
    width: 100%;
    max-width: none;
    margin: 0;

    color: #33363d;
    font-size: 13px;
    line-height: 1.5;
  }


  /* CTA */

  .scc-supermicro-preconfig__link {
    grid-column: 1;
    grid-row: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: 13px;
    padding: 11px 3px 1px;

    border-top: 1px solid rgba(40, 70, 132, 0.18);

    color: #284684 !important;
    font-size: 13px;
    white-space: normal;
  }

  .scc-supermicro-preconfig__link span {
    color: #284684;
  }

  .scc-supermicro-preconfig__link:hover {
    color: #1b315f !important;
  }

}
.scc-supermicro-support,
.scc-supermicro-support * {
  box-sizing: border-box;
}

.scc-supermicro-support {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;

  width: 100%;
  min-height: 105px;
  padding: 12px 26px 12px 18px;

  font-family: "Montserrat", sans-serif;

  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #f5faf7 34%,
    #dceee3 62%,
    #099347 100%
  );

  border: 1px solid rgba(0, 153, 72, 0.3);
  border-radius: 9px;
}


/* LOGO */

.scc-supermicro-support__logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 150px;
  height: 78px;
}

.scc-supermicro-support__logo img {
  display: block;

  width: 125px;
  max-width: 100%;
  max-height: 70px;

  object-fit: contain;
}


/* CONTENT */

.scc-supermicro-support__content {
  min-width: 0;
}

.scc-supermicro-support__content h3 {
  margin: 0 0 6px;

  color: ##d9242f;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.scc-supermicro-support__content p {
  max-width: 720px;
  margin: 0;

  color: #333633;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}


/* CTA */

.scc-supermicro-support__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.scc-supermicro-support__link span {
  color: #d9f2e3;
  font-size: 19px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-supermicro-support__link:hover {
  color: #ffffff !important;
}

.scc-supermicro-support__link:hover span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-supermicro-support {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

    width: 100%;
    min-height: 0;
    padding: 12px;

    overflow: hidden;

    background: #f2f8f4;
    border-color: rgba(0, 153, 72, 0.3);
  }


  .scc-supermicro-support__logo {
    grid-column: 1;
    grid-row: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 120px;

    padding: 10px 18px;
    margin: 0 0 14px;

    background: #ffffff;
    border: 1px solid #dbeadf;
    border-radius: 6px;
  }

  .scc-supermicro-support__logo img {
    display: block;

    width: auto;
    max-width: 180px;
    max-height: 95px;

    object-fit: contain;
  }


  .scc-supermicro-support__content {
    grid-column: 1;
    grid-row: 2;

    width: 100%;
    padding: 0 3px;
  }

  .scc-supermicro-support__content h3 {
    margin: 0 0 6px;

    color: #008f47;
    font-size: 17px;
    line-height: 1.3;
  }

  .scc-supermicro-support__content p {
    width: 100%;
    max-width: none;
    margin: 0;

    color: #333633;
    font-size: 13px;
    line-height: 1.5;
  }


  .scc-supermicro-support__link {
    grid-column: 1;
    grid-row: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: 13px;
    padding: 11px 3px 1px;

    border-top: 1px solid rgba(0, 143, 71, 0.18);

    color: #008f47 !important;
    font-size: 13px;
    white-space: normal;
  }

  .scc-supermicro-support__link span {
    color: #008f47;
  }

}
.scc-cisco-why,
.scc-cisco-why * {
  box-sizing: border-box;
}

.scc-cisco-why {
  width: 100%;
  padding: 20px 22px 18px;
  font-family: "Montserrat", sans-serif;

  background: #ffffff;
  border: 1px solid #dfe8d8;
  border-radius: 9px;
}

.scc-cisco-why__head {
  margin-bottom: 18px;
    margin-top: 10px;

}

.scc-cisco-why__head h2 {
  margin: 0;
  color: #000000;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}


/* GRID */

.scc-cisco-why__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
}

.scc-cisco-why__item {
  position: relative;
  min-width: 0;
  padding: 0 20px;
  text-align: center;
}

.scc-cisco-why__item:first-child {
  padding-left: 4px;
}

.scc-cisco-why__item:last-child {
  padding-right: 4px;
}


/* DIVIDERS */

.scc-cisco-why__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 0px;
  height: 168px;
  background: #e6e6e6;
}


/* ICONS */

.scc-cisco-why__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;
  margin: 0 auto 10px;

  color: #71ae4b !important;
}

.scc-cisco-why__icon svg {
  display: block;
  width: 42px;
  height: 42px;

  stroke: #71ae4b !important;
  fill: none !important;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scc-cisco-why__icon svg path,
.scc-cisco-why__icon svg rect,
.scc-cisco-why__icon svg circle,
.scc-cisco-why__icon svg polyline,
.scc-cisco-why__icon svg line {
  stroke: #71ae4b !important;
}


/* POUND ICON */

.scc-cisco-why__icon--pound {
  width: 40px;
  height: 40px;
  margin-top: 3px;
  margin-bottom: 13px;

  border: 2px solid #71ae4b;
  border-radius: 50%;

  color: #71ae4b !important;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
}


/* TITLES */

.scc-cisco-why__item h3 {
  min-height: 38px;
  margin: 0 0 8px;

  color: #111111;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}


/* DESCRIPTION */

.scc-cisco-why__item p {
  max-width: 190px;
  margin: 0 auto;

  color: #555555;
  font-size: 14px;
  line-height: 1.55;
}


/* CTA */

.scc-cisco-why__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.scc-cisco-why__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-width: 300px;
  padding: 13px 24px;

  background: #00243B;
  border-radius: 5px;

  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;

  transition: background 0.2s ease;
}

.scc-cisco-why__cta span {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.scc-cisco-why__cta:hover {
  background: #71ae4b;
  color: #ffffff !important;
}

.scc-cisco-why__cta:hover span {
  transform: translateX(4px);
}


/* TABLET */

@media (max-width: 1100px) {

  .scc-cisco-why__grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }

  .scc-cisco-why__item:nth-child(3)::after,
  .scc-cisco-why__item:nth-child(6)::after {
    display: none;
  }
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-cisco-why {
    padding: 20px 16px 18px;
  }


  /* HEADING */

  .scc-cisco-why__head {
    margin: 0 0 20px;
  }

  .scc-cisco-why__head h2 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
  }


  /* ONE STRONG COLUMN */

  .scc-cisco-why__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }


  /* EACH BENEFIT */

  .scc-cisco-why__item,
  .scc-cisco-why__item:first-child,
  .scc-cisco-why__item:last-child {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;

    width: 100%;
    padding: 16px 0;

    text-align: left;

    border-bottom: 1px solid #e6e6e6;
  }

  .scc-cisco-why__item:first-child {
    padding-top: 4px;
  }

  .scc-cisco-why__item:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
  }


  /* REMOVE DESKTOP DIVIDERS */

  .scc-cisco-why__item::after {
    display: none !important;
  }


  /* ICON */

  .scc-cisco-why__icon {
    grid-column: 1;
    grid-row: 1 / 3;

    align-self: start;

    width: 46px;
    height: 46px;
    margin: 0;

    color: #71ae4b !important;
  }

  .scc-cisco-why__icon svg {
    width: 42px;
    height: 42px;
  }


  /* £ ICON */

  .scc-cisco-why__icon--pound {
    width: 42px;
    height: 42px;
    margin: 0;

    font-size: 24px;
  }


  /* TITLES */

  .scc-cisco-why__item h3 {
    grid-column: 2;
    grid-row: 1;

    min-height: 0;
    margin: 0 0 5px;

    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
  }


  /* DESCRIPTIONS */

  .scc-cisco-why__item p {
    grid-column: 2;
    grid-row: 2;

    width: 100%;
    max-width: none;
    margin: 0;

    color: #555555;
    font-size: 13px;
    line-height: 1.5;
  }


  /* CTA */

  .scc-cisco-why__cta-wrap {
    width: 100%;
    margin-top: 18px;
  }

  .scc-cisco-why__cta {
    width: 100%;
    min-width: 0;

    padding: 14px 18px;

    font-size: 14px;
  }

}