.panel-rules .panel-body {
  padding: 50px;
}
.panel-rules .dl-horizontal dt{
  white-space:normal;
  font-weight: bold;
}

.panel-rules dd,dt{
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 24px;
}
.panel-rules dt{
  font-weight: bold;
  text-align: left;
}

.panel-rules dd{
  font-weight: 500;
}

.panel-rules .list-group-item::before{
  height: 15px;
  width: 4px;
  background-color: #292929;
  color: #fff;
  text-align: center;
  display: inline-block;
  content: "";
  margin-bottom: -24px;
  margin-left: -15px;
}
.panel-rules .list-group-item {
  border-left: none;
  border-right: none;
}
.panel-rules .list-group-item:first-child{
  border: none;
}
.panel-rules .list-group-item:last-child {
  border-bottom: none;
}

/* iPhone 6 and 6 Plus */
@media only screen
  and (max-device-width: 640px),
  only screen and (max-device-width: 667px),
  only screen and (max-width: 480px){
  .panel-rules .panel-body {
    padding: 25px;
  }

  .panel-rules .list-group-item::before{
    margin-bottom: -18px;
    width: 4px;
    height: 12px;
  }

  .panel-rules dd,dt{
    font-size: 12px;
    line-height: 16px !important;
  }
  .panel-rules dd{
    margin-top: 10px;
  }
}