.main-logo img {
  width: 196px;
}

.bouncing-blob--orange {
  width: 251.056px;
  height: 1987.859px;
  border-radius: 987.859px;
  background: #ffa534;
  opacity: 0.38;
}

.navbar-stick-spacer {
  height: 0;
  transition: height 0.2s ease;
}

.translate-x-20 {
  transform: translateX(-20%) !important;
}

.mb-n4rem {
  margin-bottom: -4rem !important;
}

.d-pe-10 {
  padding-right: 6rem !important;
}

@media (max-width: 767.98px) {
  .scale-down-mobile {
    transform: scale(0.85);
  }

  .translate-x-20 {
    transform: translate(-15%, -5%) scale(0.7) !important;
  }

  .m-pe-0 {
    padding-right: 0 !important;
  }

  h2 {
    font-size: 36px;
  }

  .card-hero {
    bottom: 20px;
    left: 90px;
  }

  .ds-3 {
    font-size: 32px !important;
  }
}
