/* Mobile overrides loaded only on small screens */

.header {
  padding: 0 16px;
  height: 80px;
}

.header__logo {
  width: 52px;
  height: 52px;
}

.header .brand {
  font-size: 20px;
}

.section {
  padding: 110px 26px 78px;
}

.section-content {
  padding: 16px;
  max-height: calc(100vh - 126px - 78px);
}

h1 {
  font-size: 28px;
  margin: 0;
}

p {
  margin: 0;
  font-size: 18px;
}

.nav-dots {
  left: 10px;
}

.lang-switch {
  padding: 8px 10px;
}
