.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 56px;
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .footer {
    padding: 40px;
  }
}

.footer .separator {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.footer .content-footer-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .footer .content-footer-container {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer .content-footer-container .social-media-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .footer .content-footer-container .social-media-container {
    order: 2;
    margin: 0px;
    display: flex;
    width: 33.333333%;
    justify-content: center;
  }
}

.footer .content-footer-container .social-media-container .social-media ul {
  display: flex;
  gap: 40px;
}

.footer .content-footer-container .legals-container {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 374px) {
  :lang(ro) .footer .content-footer-container .legals-container {
    font-size: 17px;
    line-height: 26px;
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .footer .content-footer-container .legals-container {
    order: 3;
    margin: 0px;
    width: 33.333333%;
  }
}

.footer .content-footer-container .legals-container ul {
  text-align: end;
}

.footer .content-footer-container .title-footer-container {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .footer .content-footer-container .title-footer-container {
    order: 1;
    width: 33.333333%;
  }
}
