.footer {
  display: block;
}

.footer-mobile {
  display: none;
}

.footer-header {
  background-color: #2251B1;
  color: #F3F3F4;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  letter-spacing: 0.15px;
}

.footer-main-content {
  background-color: #0F1928;
  color: #F3F3F4;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.75rem;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  letter-spacing: 0.15px;
}

.footer-mobile-custom-header {
  font-weight: 600 !important;
}

.footer-main-content-secondary-text {
  font-size: 1rem;
  font-weight: 500 !important;
}


@media screen and (max-width: 1024px) {
  .footer {
    display: none;
  }

  .footer-mobile {
    display: block;
  }

  .footer-main-content {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }


  .footer-main-content-secondary-text {
    font-size: 0.75rem;

  }
}