:root {
  --max-width: 44rem;
}

* {
  box-sizing: border-box;
}

.sections, .sectionsH {
  max-width: min(100%, 50rem);
}

.sections {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sectionsH {
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
}

.siteSection {
  margin-right: 2rem;
  margin-bottom: 2rem;
  min-width: max(30%, 20rem);
  display: flex;
  flex-direction: column;
}

.siteSection.sectionLast {
  margin-bottom: 0;
  width: 100%;
  justify-content: flex-end;
}

.siteSection:last-child {
  margin-right: 0;
}

.siteSectionH {
  font-weight: bold;
  margin-bottom: 1rem;
}

.siteLinkW {
  margin-bottom: 0.5rem;
}

.siteLinkLine {
  display: flex;
}

.siteLinkLine > .siteLinkW {
  margin-left: 0.5rem;
}

.siteLinkLineR {
  display: flex;
  flex-wrap: wrap;
}

.siteLinkLineR > .siteLinkW {
  margin-left: 0.5rem;
}
