.cc_uNDcCLHPMB_features .kombos-features {
  width: 100%;
  /* border-bottom: 1px solid var(--hairline); */
  background: var(--slab);
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.cc_uNDcCLHPMB_features .kombos-features__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.cc_uNDcCLHPMB_features .kombos-features__container > * > * > * {
  width: calc(50% - 0.75rem);
  flex-shrink: 0;
}

@media (min-width: 640px) {
.cc_uNDcCLHPMB_features .kombos-features__container > * > * > * {
    width: calc(25% - 1rem);
  }
}

@media (min-width: 768px) {
.cc_uNDcCLHPMB_features .kombos-features__container {
    padding: 0;
  }
}

@media (min-width: 1024px) {
.cc_uNDcCLHPMB_features .kombos-features__container {
    padding: 0;
  }

.cc_uNDcCLHPMB_features .kombos-features__container > * > * > * {
    width: auto;
    flex: 1 0 calc(16.66% - 1.25rem);
  }
}
