@media (max-width:768px) {
  .container {
    max-width: 600px;
  }
}

