.edu_earn_head {
  text-align: center;
  color: rgb(140,140,140);
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 34px;
}

@media (max-width: 560px) {
  .edu_earn_head {
    font-size: 1.2rem;
  }
}

.edu_earn_100 {
  font-size: 2.1rem;
  color: rgb(14,151,26);
  letter-spacing: 1px;
}

@media (max-width: 560px) {
  .edu_earn_100 {
    font-size: 1.8rem;
  }
}

.edu_earn_sum {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 8px;
  margin-top: 25px;
  color: #009618;
  text-transform: uppercase;
  text-align: center;
}

.features-boxed .item .edu_earn_description {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0px;
  color: black;
  text-align: center;
}

.edu_earn_image {
  display: block;
  height: 130px;
  margin: auto;
}

.item {
  margin-top: 40px;
}

