footer .custom-footer > .custom-footer__banner3 {
  background-color: #122038;
  padding: 30px !important;
  border-radius: 20px;
  margin-top: 16px;
}

footer .custom-footer > div {
  width: 300px !important;
}

footer .custom-footer {
  flex-wrap: nowrap !important;
}

@media (max-width: 1250px) {
  footer .custom-footer {
    flex-wrap: wrap !important;
  }
  footer .custom-footer > div {
    width: 50% !important;
    flex: 0 0 50% !important;
  }

  footer .custom-footer > div:nth-child(1) {
    order: 3;
  }
  footer .custom-footer > div:nth-child(2) {
    order: 1;
  }
  footer .custom-footer > div:nth-child(3) {
    order: 4;
  }
  footer .custom-footer > div:nth-child(4) {
    order: 2;
  }

  footer .custom-footer > .custom-footer__banner3 {
    margin-bottom: 16px;
    margin-top: 0px !important;
  }
}

@media (max-width: 992px) {
  footer .custom-footer {
    flex-wrap: wrap !important;
  }
  footer .custom-footer > div {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  footer .custom-footer > .custom-footer__banner3 {
    margin-bottom: 16px;
    margin-top: 10px !important;
  }
}
