.container {
  min-width: 100%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container__content {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .container__content {
    width: 100%;
  }
}
