html, body {
  background: #F0F2F4;
}
.card {
  margin-bottom: 10px;
}
.content-wrapper {
  margin-top: 3rem;
}
.card-footer-item {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}
.card-header-title {
  display: block;
}
.card-content p {
  margin-bottom: 2rem;
}

.hero-container {
  margin-bottom: 50px;
}

.columns:not(:last-child) {
  margin-bottom: 2px;
}

.container-body {
  margin-top: 0px;
}
