  /* Footer */
.main-footer {
  min-height: 200px;
  width: 100%;
  padding: 10px 348px;
  background-color: #16325b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 392px;
  width: 100%;
}

.footer-logo {
  display: flex;
  width: 392px;
  max-width: 100%;
  padding: 5px 0;
  flex-direction: column;
  align-items: center;
  font-family: 'Helvetica Neue', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 11.2px;
  justify-content: center;
}

}

.social-links {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.social-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.footer-address {
  color: #d1dce9;
  text-align: center;
  font-family: 'Roboto', -apple-system, 'Roboto', 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  margin: 10px 0 0 0;
  font-style: normal;
}

@media (max-width: 991px) {
  .main-footer {
      padding: 97px 20px;
  }

  .footer-logo {
      white-space: initial;
  }
}