header .nav-link {
  font-size: 18px;
}
.muse-blog-section {
  padding: 25px 0;
}

.md-post-body {
  font-size: 1.25rem;
  line-height: 2rem;
}

.md-post-body h2 {
  font-size: 1.55rem;
  line-height: 2.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.md-post-body h3 {
  font-size: 1.35rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.md-post-body h4 {
  font-size: 1.15rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.md-post-body p a {
  color: $primary;
  text-decoration: underline;
}

.badge {
  font-size: 0.8rem;
  padding: 0.5rem 0.7rem;
}

.get-started-img {
  position: absolute;
  bottom: -135px;
  right: -198px;
}

.cta-2 {
  background-color: #eff2f3;
}

.card-row {
  min-height: 660px;
  display: flex;
  flex-wrap: wrap;
}

.hero {
  padding: 50px 0 30px 0;
}
