#about-us {
  > .list-way-of-working {
    display: flex;
    flex-direction: column;
    > div {
      align-items: center;
      display: flex;
      margin-top: 20px;
      > img {
        width: 35px;
      }
      > p {
        flex: 1;
        padding-left: 20px;
        text-align: justify;
      }
    }
  }
  > p {
    text-align: justify;
  }
}
