.icon_dollar{
  background: url('../img/assets/icon_dollar.svg') no-repeat center / contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.icon_student{
  background: url('../img/assets/icon_student.svg') no-repeat center / contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.icon_auto{
  background: url('../img/assets/icon_auto.svg') no-repeat center / contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.icon_info{
  width: 16px;
  height: 16px;
  background: url("../img/assets/icon_question.svg") no-repeat center / contain;
  display: block;
}

.icon_peoples{
  width: 33px;
  height: 33px;
  background: url('../img/assets/icon_peoples-circle.svg') no-repeat center / contain;
  display: block;
}

.icon_new-window{
  width: 18px;
  height: 18px;
  background: url('../img/assets/icon_new-window.svg') no-repeat center / contain;
  display: block;
}

.icon-bestfor{
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url('../img/assets/icon_bestfor.svg') no-repeat center / contain;
}

.icon-impact{
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url('../img/assets/icon_impact.svg') no-repeat center / contain;
}

.icon-time{
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url('../img/assets/icon_time.svg') no-repeat center / contain;
}