@media screen and (max-width: 768px) {
  #hero-title {
    line-height: 55px !important;
  }

  .text-mobile-pricing{
    font-size: 3.25rem !important;
    text-align: center;
  }

  .text-mobile-pricing-desc{
    text-align: center;
  }
}


@media screen and (min-width: 769px) {
  .test {
    margin-bottom: 11.5rem;
  }
}