.reward-card {
  padding: 10px;
}
label {
  font-size: 18px;
  font-weight: bold;
}
.reward-card ul li {
  list-style: none;
}
.reward-card ul li:before {
  content: " ";
  position: absolute;
  margin-left: -27px;
  margin-top: 6px;
  background: url(../../../storage/website/check.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.uk-icon {
  color: #2f6ab1 !important;
}

.reward-card .uk-card-body {
  padding: 10px !important;
}

/* asdded */

.uk-flex {
  display: flex;
  align-items: center;
}

.uk-list {
  list-style: none;
  padding: 0;
}

.uk-list li {
  margin-bottom: 20px;
}

.uk-flex-middle img {
  width: 40px;
  height: 40px;
}

.uk-grid-divider :first {
  border-right: 1px solid #e0e0e0;
}

/*  */
.reward-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.reward-section h4 {
  text-align: left;
}
