body {
  margin: 0;
}

.page-content {
  min-height: calc(100vh - 55px);
  padding: 70px 0 15px;
}

.b-header {
  margin-bottom: 30px;
}
.b-header .b-title {
  font-size: 1.5rem;
}
.b-header .b-subtitle {
  font-size: 1.1rem;
}

.b-list .b-item:not(:last-child) {
  margin-bottom: 15px;
}
.b-list .b-item a {
  text-decoration: underline;
}
.b-list .b-item p {
  margin: 0;
}