/**
 * Does a simple conversion of pixels to rem units
 * Round the value to 2 decimal points
 * @param  {[type]} $pixels Font size in the format 11px
 * @return {[type]}         Fonr size in teh format 1.2rem
 */
/**
 * Retrieves the breakpoint form the breakpoints map
 * @param  {string} $name [description]
 * @return {string}       [description]
 */
.TrAchievementBadgeIconListLargeHeader {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.TrAchievementBadgeLarge {
  align-items: flex-start;
  display: flex;
  margin-bottom: 0.59rem;
}

.TrAchievementBadgeIconLarge {
  margin-top: 0.3rem;
  vertical-align: top;
}

.TrAchievementBadgeTextLarge {
  box-sizing: border-box;
  padding-left: 0.59rem;
  vertical-align: top;
}

.TrAchievementBadgeNameLarge {
  display: inline-block;
  font-weight: bold;
}