.info-boxes {
  margin-top: 10px;
  border-color: #F15A23;
}
.info-boxes .info-box {
  border: 5px solid #F15A23;
  padding: 12px 13px;
}
.info-boxes .info-box .icon {
  font-size: 28px;
}
.info-boxes .info-box .info-box-heading {
  font-size: 28px;
  line-height: 23px;
  text-transform: uppercase;
  font-family: 'BebasNeueBold';
  margin-top: 5px;
}
.info-boxes .info-box .info-box-heading.orange {
  color: #ffb847;
}
.info-boxes .info-box .info-box-heading.red {
  color: #ff7878;
}
.info-boxes .info-box .info-box-heading.green {
  color: #12cca7;
}

.info-boxes .info-box .text {
  color: #666666;
  text-transform: uppercase;
  font-weight: 260;
  font-size: 16px;
  margin: 0px;
}