            .row {
              margin-left: 228px;
              margin-bottom: 80px;
              width: 1200px;
            }
            .column {
              float: left;
              width: 50%;
              padding: 0px;
              text-align: center;
            }
            iframe {
              margin-top: 10px;
            }
            .row:after {
              content: "";
              display: table;
              clear: both;
              width: 50%;
            }
            .title {
              text-align: center;
              font-family:'klinic_slabmedium';
              text-decoration: none;
              font-weight: bolder;
              color: #5e1211;
            }
            hr {
              width: 300px;
              border-color: mediumseagreen;
              border-style: solid;
            }
            .address {
              text-align: center;
              font-family: Goudy Old Style;
              font-size: 20px;
              padding-top: 15px;
            }
            .lunch {
              text-align: center;
              font-family: Goudy Old Style;
              font-size: 20px;
              padding-top: 15px;
            }
            .dinner {
              text-align: center;
              font-family: Goudy Old Style;
              font-size: 20px;
              padding-top: 15px;
            }
            .column > a {
              width: 150px;
              border: 6px double #5e1211;
              padding: 10px;
              color: #543136;
              font-size: 20px;
            }
            p {
              text-align: center;
              font-family: Goudy Old Style;
              font-size: 20px;
              padding-top: 15px;
              padding-right: 55px;
              padding-bottom: 15px;
            }