section.pb-26-features.bg-storm {
  background: #1B2231;
}
section.pb-26-features.bg-stormlight {
  background: #20293C;
}
section.pb-26-features .block-heading-2026 {
  color: #171D2A;
}
section.pb-26-features .block-excerpt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 62em) {
  section.pb-26-features .pre-heading-2026,
  section.pb-26-features .block-heading-2026,
  section.pb-26-features .block-excerpt {
    text-align: initial;
  }
}
section.pb-26-features .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  padding: 1.25rem;
  -webkit-box-shadow: 0px 2px 9.8px 0px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0px 2px 9.8px 0px rgba(0, 0, 0, 0.0196078431);
  border-radius: 1rem;
}
section.pb-26-features .item .ic-col .ic-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.pb-26-features .item .text-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.pb-26-features .item .text-col .prehead {
  color: #56BCCF;
  font-weight: 750;
  text-transform: uppercase;
}
section.pb-26-features .item .text-col h3 {
  font-weight: 750;
}
section.pb-26-features .item .text-col .text p {
  line-height: 1.4;
}
@media screen and (min-width: 62.0625em) {
  section.pb-26-features .item {
    gap: 1.875rem;
  }
  section.pb-26-features .item .ic-col {
    width: 4.1875rem;
  }
  section.pb-26-features .item .ic-col .ic-wrap {
    width: 4.1875rem;
    height: 4.1875rem;
  }
  section.pb-26-features .item .text-col .prehead,
  section.pb-26-features .item .text-col h3,
  section.pb-26-features .item .text-col .text p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 62em) {
  section.pb-26-features .item {
    gap: 0.9375rem;
  }
  section.pb-26-features .item .ic-col {
    width: 3.5625rem;
  }
  section.pb-26-features .item .ic-col .ic-wrap {
    width: 3.5625rem;
    height: 3.5625rem;
  }
  section.pb-26-features .item .text-col .prehead,
  section.pb-26-features .item .text-col h3,
  section.pb-26-features .item .text-col .text p {
    font-size: 1.125rem;
  }
}