.footer {
  background-color: #000006;
  padding-right: 10px;
  padding-left: 10px;
}

.footer-row {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
}

.line-footer {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  background-color: rgba(115, 126, 137, 0.2);
}

.footer-column-terms {
  display: flex;
  justify-content: flex-end;
  border-right: 1px solid white;
  text-align: right;
  width: 50%;
  align-items: center;
}

.footer-column-privacy {
  border-left: 1px solid white;
  width: 50%;
  align-items: center;
}

.footer-link {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
  justify-content: flex-end;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

@media all and (max-width: 800px) {
  .footer-link {
    font-size: 14px;
  }
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-contact {
  color: white;
  text-align: center;
  font-size: 12px;
}

@media all and (max-width: 800px) {
  .footer-contact {
    font-size: 12px;
  }
}

.footer-email {
  color: white;
  text-decoration: none;
}

.footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
  block-size: fit-content;
}

.footer-social-icon {
  width: 24px;
  height: 24px;
  padding: 4px;
}