.values {
  padding: 120px 10px 150px;
  &__outter {
    display: flex;
    justify-content: center;
    margin-top: 33px;
  }
  &__single {
    margin: 0 15px;
    display: flex;
    &-icon {
      width: 60px;
      height: 60px;
    }
    &-content {
      margin-left: 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    &-text {
      text-align: left;
    }
  }
}