.site-footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  font-family: sans-serif;
}
.site-footer .footer-column h4 {
  color: #1D2659 !important;
}
.footer-container {
  display: flex;
  color: #fff;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-column h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #1D2659; /* <- Change this to your desired color */
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #1D2659;
  text-decoration: none;
}

.footer-column ul li a:hover {
  color: #fff;
}
