.badge {
  display: flex;
  align-items: center;
  background-color: #ECECEC;
  color: #fff;
  border: 2px solid #10AB49;
  border-radius: 20px;
  padding: 12px 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 330px;
}

.icon {
  background-color: #10AB49;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 16px;
  min-width: 40px;
  display:none;
}
.icon span {
  line-height: 1;
  margin-bottom: -2px;
}

.text {
  display: flex;
}

.description {
  font-size: 13px;
  margin: 0;
  color: #000;
  text-align:center;
	line-height:1;
}

.highlight {
  font-size: 16px;
  font-weight: bold;
  margin: 4px 0 0;
  display: flex;
  align-items: baseline;
} 