.logo-height-3-rem {
  height: 3.5rem;
}
.justify-content-between {
  display: flex;
  justify-content: space-between;
}
.margin-right-3-5rem {
  margin-right: 3.5rem;
}
.display-flex {
  display: flex;
}
.feature-heading-custom {
  padding-top: 1.5rem;
  font-size: 23px;
  font-weight: 700;
}
.pricing-custom-padding {
  padding: 0px 0px 70px 0px;
}
.footer-font-0-85rem {
  font-size: 0.85rem;
}
@media (min-width: 200px) and (max-width: 640px) {
  .justify-content-between {
    display: block;
  }
  .display-flex {
    display: block;
  }

  .pricing-custom-padding {
    padding: 0px 0px 0px 0px;
  }

  .margin-top-1-5rem {
    margin-top: 1.5rem;
  }
  .logo-height-3-rem {
    height: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
}
