main .study-buddy-background {
  background-image: url("../../assets/image/StudyBuddyHero.png");
  background-size: cover;
  background-position: center center !important;
}
main .hero-spacer {
  height: 34vw;
}
@media (max-width: 767px) {
  main .hero-spacer {
    height: 42vw;
  }
}
main .study-buddy-hero::after {
  display: none;
}
main .demo-container {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}
main .stat-figure {
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  main .stat-figure {
    font-size: 44px;
  }
}
main .use-case-card {
  height: 100%;
  border: 0;
  border-left: 5px solid #0f4597;
}
main .use-case-card.use-case-card--limits {
  border-left-color: #7E8D97;
}
main hr.blue-dotted {
  border: 0;
  border-bottom: 1px dashed #0f4597;
}
main hr.grey {
  border: 0;
  height: 1px;
  background: rgba(128, 128, 128, 0.83);
}
