.get-started-title {
  font-family: "Base Neue";
  font-size: 96px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 200px;
  justify-content: center;
  margin-bottom: 64px;
}
.plan-your-entry-title {
  font-family: "Base Neue";
  font-size: 32px;
  font-weight: 800;
}
.why-build {
  margin-top: 0px;
  background-image: none;
}
footer {
  background-image: none;
  padding-top: 0px;
}
.bottom-block {
  background-image: url(/img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 950px) {
  .get-started-title {
    font-size: 40px;
    margin-top: 100px;
    justify-content: start;
    margin-bottom: 8px;
  }
  .plan-your-entry-title {
    display: none;
  }
}
