.wrapper {
  width: 100%;
  max-width: clamp(900px, 75vw, 1300px);
  margin: 0 auto;
  padding: 0 30px;
}
