.l-container {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px; }

.l-wrapper {
  display: grid;
  grid-template-columns: 1200px; }

.content {
  text-align: center;
  font-weight: bold;
  margin: 50px 0; }

.address {
  text-align: center;
  font-size: .9rem;
  font-weight: bold; }

.map {
  margin-bottom: 30px; }

footer {
  text-align: center;
  font-size: .8rem;
  margin-top: 50px; }

header {
  padding-top: 50px; }
  header .logo {
    width: 300px;
    margin: 0 auto; }

.item1 {
  grid-column: 1 / 4;
  background: #f00; }
