.container-3col > div {
    display: inline-block;
    vertical-align: top;
}

.date {
  position: relative;
  padding-left: 48px;
}

.date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background-image: url("http://d3m889aznlr23d.cloudfront.net/img/events/459388347/assets/d43707bd.dateicon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.time {
  position: relative;
  padding-left: 48px;
}

.time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background-image: url("http://d3m889aznlr23d.cloudfront.net/img/events/459388347/assets/cd3a69ac.timeicon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.location {
  position: relative;
  padding-left: 48px;
}

.location::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background-image: url("http://d3m889aznlr23d.cloudfront.net/img/events/459387642/assets/a3294037.onlineicon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.location .min {
    font-size: 0.8rem;
}