
footer {
  background-color: #2c3e50;
  color: white;
  padding: 40px 0 20px;
}

.footer {
  margin-left: 0px;
}

.footer-brand-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .footer {
      margin-left: -45px !important;
  }
}

.footer-brand-logos img {
  height: 78px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
  /* background: rgba(255, 255, 255, 0.04); */
  padding: 6px;
}

.footer-brand-text {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  color: #ced6e0;
}