/* Standalone variables
========================================================================== */
/*
==========================================================================
    Mixins - typography - body
========================================================================== */
.c-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .c-features {
    max-width: 50.5rem;
    margin-bottom: 2rem;
  }
}

.c-features__item {
  max-width: 50%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .c-features__item {
    max-width: 11.125rem;
    margin-bottom: 0;
  }
}

.c-features__text {
  width: 9.375rem;
}

.c-features__icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  position: relative;
  top: 0.25rem;
}
