.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.container-fluid:after {
  clear: both;
}
.tags {
  margin-bottom: 32px;
  padding: 0 0 57px;
  list-style: none;
  border-bottom: solid #dddddd 1px;
}
.tags li {
  display: inline-block;
}
.tags .btn {
  margin-bottom: 1em;
  margin-right: 1em;
}
@media (min-width: 480px) and (max-width: 1025px) {
  .tags {
    margin-bottom: 36px;
  }
}
@media (min-width: 1025px) {
  .tags {
    margin-bottom: 64px;
    border-bottom: 0;
  }
}
