html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 25%;
  height: 25vh;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}