.site-footer {
  position: relative;
  background-image: url("../images/footer-technology-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 115px 0 105px;
  overflow: hidden;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 15, 26, 0.84);
  z-index: 1;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-col {
  padding-left: 25px;
  padding-right: 25px;
}

.footer-logo {
  width: 145px;
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 30px;
}

.footer-col h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.footer-col p {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 18px;
  max-width: 420px;
}

.footer-col a {
  color: #ffffff;
  transition: all 0.25s ease;
}
.footer-col p,
.footer-links a {
  font-weight: 300;
}

.footer-col a:hover {
  color: #b46cff;
}

.footer-links {
  list-style: disc;
  padding-left: 22px;
  margin: 0;
}

.footer-links li {
  color: #ffffff;
  margin-bottom: 9px;
}

.footer-links a {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.4;
}

.footer-links a:hover {
  color: #b46cff;
}