.info-box {    
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 2px rgb(0 0 0 / 20%);
  border-radius: 0.25rem;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  margin: .125rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  min-height: 80px;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}
.info-box .info-box-icon {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0.625rem 1.25rem ;
  margin: 0;
}
.info-box .info-box-icon .fa.fa-circle-exclamation {
  font-size: 5.06rem;
  color: #ccc;
}
.info-box .info-box-icon .fa.fa-check {
  font-size: 3.06rem;
  width: 5.06rem;
  height: 5.06rem;
  color: white;
  background-color: #7AC538;
  padding: 1rem;
  border-radius: 50%;
  padding-top: 1.25rem;
  padding-bottom: .75rem;
}
.info-box .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}
.info-box .info-box-text, .info-box .progress-description {
  display: block;
  text-align: center;
  line-height: 1.2;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}
.info-box .info-box-number {
  display: block;
  margin-top: 0.25rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .info-box {
    flex-direction: column;
  }
}
.checkmark {
  display:inline-block;
  width: 5.0625rem;
  height:5.0625rem;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  background-color: #7AC538;
  border-radius: 50%;
}

.checkmark_stem {
  position: absolute;
  width:0.6875rem; /* 3 */
  height:2.0625rem; /* 9 */
  background-color:#fff;
  left:2.5rem;
  top:1.375rem;
}

.checkmark_kick {
  position: absolute;
  width:0.6875rem;
  height:0.6875rem;
  background-color:#fff;
  left:1.9rem;
  top:2.75rem;
}