.footer-container {
  margin-bottom: 0px;
  height: auto;
  min-height: 320px;
  padding: 32px;
  background-color: var(--unnamed-color-f5f5f5);
}

.footer-main-content {
  display: flex;
  flex-direction: row;
}

.footer-logo {
  width: 242px;
  height: 68px;
  padding-right: 32px;
}

.footer-main-logo {
  max-width: 100%;
}

.footer-social-links {
  display: flex;
  justify-content: space-evenly;
}

.footer-social-icon {
  height: 18px;
  width: 18px;
}

.footer-contact-info {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
}

.footer-address {
  margin: 0;
  color: #737373;
  letter-spacing: 0px;
  font-size: 13px;
  font-style: normal;
}

.footer-logos,
.footer-logos-mobile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 618px;
  flex-grow: 1;
  align-items: center;
  padding-left: 20px;
}

.footer-logos-mobile {
  display: none;
}

.footer-partner-logo {
  height: auto;
  max-height: 85px;
  width: 128px;
}

.footer-disclaimer {
  width: 100%;
  padding-left: 242px;
  margin-top: 50px;
}

.footer-disclaimer-text,
.footer-copyright {
  font-size: 13px;
  color: #737373;
  margin: 0;
}

.footer-copyright {
  margin-top: 20px;
}

@media screen and (max-width: 1070px) {
  .footer-disclaimer {
    padding: 0%;
  }
}

@media screen and (max-width: 750px) {
  .footer-contact-info {
    flex-direction: column;
  }
  .footer-logos {
    display: none;
  }
  .footer-logos-mobile {
    display: flex;
    max-width: 100%;
    margin-top: 50px;
    padding: 0;
  }
}

@media screen and (max-width: 450px) {
  .footer-logos-mobile {
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .footer-main-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .footer-logo {
    height: auto;
  }
}
