.integral-task__container {
  padding: 0 12px;
  &__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    &__left {
      display: flex;
      align-items: center;
      &__img {
        width: 53px;
        height: 53px;
        margin-right: 9px;
      }
      &__content {
        &__title {
          font-size: 15px;
          color: #333333;
        }
        &__integral {
          display: flex;
          align-items: center;
          &--icon {
            width: 15px;
            height: 15px;
          }
          &--number {
            font-size: 12px;
            color: #EA6A3D;
          }
        }
      }
    }
  }
}
