:root {
  --accent: #377C6D;
  --maxWidth: calc(1280px - 20px * 2);
}
@media (max-width: 1320px) {
  :root {
    --maxWidth: calc(100vw - 20px * 2);
  }
}