@media (max-width: 575px) {
  .main-header {
    min-height: auto !important;
  }
  .right-logo {
    display: none;
  }
  .landingPart {
    min-height: 15rem !important;
  }
  .landingBottom {
    display: none !important;
  }
  .footer-bottom {
    position: static;
    transform: none;
    width: 100%;
  }
  .pill-left {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .myCard p {
    height: auto;
  }
}
@media (max-width: 768px) {
  .formTab {
    width: 100% !important;
  }
  .future {
    height: auto;
  }
  .future .formTab {
    position: static;
    transform: none;
  }
  .empowering {
    background-size: cover;
  }
}
@media (max-width: 1025px) {
  .formTab {
    width: 100% !important;
  }
  .future {
    height: auto;
  }
  .future .formTab {
    position: relative;
    transform: none;
    top: auto;
    z-index: 2;
  }
}
