.iconChildWIndow svg {
  fill: #181616;
}

#footer-header {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 8px;
}

#LegalAndPrivacy-links ul,
#support-links ul {
  list-style-type: none;
  padding: 0;
}

.backToTop-link {
  line-height: 24px;
}

.backToTop-link svg {
  margin-top: 8px;
}

.back-to-top-link {
  text-align: end;
}

@media (max-width: 600px) {
  #footer-header {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 853px) {
  .iconChildWIndow {
    white-space: pre-wrap;
    word-break: break-word;
    text-align: start;
  }
}

