/* line 4, /app/app/assets/stylesheets/pages/score.scss */
#score-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/* line 10, /app/app/assets/stylesheets/pages/score.scss */
#score-benefits {
  margin-bottom: 40px;
  padding: 0 30px;
}
/* line 14, /app/app/assets/stylesheets/pages/score.scss */
#score-benefits .benefits-icon {
  text-align: center;
}
/* line 17, /app/app/assets/stylesheets/pages/score.scss */
#score-benefits .benefits-icon i {
  color: #e67e22;
  font-size: 5em;
}
/* line 23, /app/app/assets/stylesheets/pages/score.scss */
#score-benefits .benefits-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 10px 0;
}
/* line 30, /app/app/assets/stylesheets/pages/score.scss */
#score-benefits .benefits-text {
  font-weight: 100;
}
/* line 33, /app/app/assets/stylesheets/pages/score.scss */
#score-benefits .benefits-text .tooltipable {
  cursor: pointer;
}
