:root {
  --left-right-padding: 2rem;
  --header-height: 80px;
}

.mainStrondeFooter {
  position: relative;
}

body {
  overflow: auto;
}

p {
  line-height: 1.5;
  color: #212529;
}

h1 {
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-bottom: 0;
  color: #212529;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}

h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

p + h2,
ul + h2 {
  margin-top: 48px;
}

.reviewedAt {
  color: #575756;
}
.reviewedAt + h2,
.reviewedAt + p {
  margin-top: 36px;
}

.mainStrondeHeader {
  position: relative;
}

.legalContainer {
  padding: 141px var(--padded-container) 3rem var(--padded-container);
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

.legalContainer > *:last-child {
  margin-bottom: 0;
}

.homeLink {
  color: var(--blue-color);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.infoTitle {
  font-weight: 600;
  margin-bottom: 0;
}

.navbar {
  border-bottom: 1px solid #e1e1e1;
}/*# sourceMappingURL=legal.css.map */