/* Mobile */
@media screen and (max-width: 600px) {
  .container {
    width: 480px;
  }
  .column {
    width: 100%;
  }
}
