/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
.sn_list_features {
  overflow: hidden;
}
.sn_list_features__i {
  height: 100%;
}
.sn_list_features__i.__card {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #000;
}
.sn_list_features__i .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sn_list_features__i .title svg-sprite {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  color: #ff2424;
}