﻿.site-footer {
  background: #2F90C4 !important;
  color: #ffffff;
  padding: 50px 0 30px;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-brand h3,
.footer-links h4,
.footer-contact h4 {
  color: #ffffff;
}

.footer-brand p,
.footer-contact p {
  color: #e6f4fb;
}

.footer-links a {
  color: #e6f4fb;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #d0e9f6;
}