.page-features {
  margin: 1em 0;
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    li {
      display: grid;
      gap: 10px;
      grid-template-columns: 34px 1fr;
      align-items: start;
      margin-bottom: 30px;
      .feature-texts {
        h5 {
          margin: 0.1em 0 0.4em;
        }
      }
      .text {
        font-weight: 400;
      }
    }
  }
}
