section.block {
  min-width: 1200px;
  padding-inline: calc((100% - 1200px) / 2);
  box-sizing: border-box;
  overflow: hidden;
}