.col-info-icon {
  position: relative;
  float: left;
  width: 15%;
  min-height: 1px;
  padding-left: 15px; /* Half of the default 30px gutter */
  padding-right: 5px; /* Half of the default 30px gutter */
}

.col-info-details {
  position: relative;
  float: left;
  width: 85%;
  min-height: 1px;
  padding-left: 0; /* Half of the default 30px gutter */
  padding-right: 15px; /* Half of the default 30px gutter */
}