.m-nine-seventy-silhouette-feature-list__container {
  @media(min-width:768px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    row-gap: 32px;
  }
}

.c-features-list {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 10%);
  @media (min-width: 768px) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.c-features-list > * + * {
  margin-top: 16px;
}

.c-features-list__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  @media (min-width: 768px) {
    font-size: 32px;
    line-height: 41.6px;
  }
}

.c-features-list__description p{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  @media (min-width: 768px) {
    font-size: 16px;
    line-height: 20.8px;
  }
}
