@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400); *, *:before, *:after { box-sizing: border-box; } body { background: #ddd url('http://subtlepatterns.com/patterns/symphony.png') center top; color: #666; line-height: 140%; font-family: 'Lato', Helvetica, sans-serif; font-weight: 300; font-size: 18px; letter-spacing: 2px; padding: 0 50px 20px; } .master { padding: 50px 80px; background: #fff; margin: 0 auto; border-top: 5px solid #108AA9; box-shadow: 2px 2px 5px rgba(0,0,0,0.4); } .columns { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; } .columns p { word-break: break-word; word-wrap: break-word; font-size: 16px; font-weight: 300; text-align: left; margin-top: 0; } h1 { font-size: 60px; font-weight: 300; line-height: 60px; text-transform: uppercase; margin: 0; color: #108AA9; } h2 { font-size: 18px; font-weight: 300; line-height: 20px; text-transform: uppercase; margin-bottom: 50px; } .image-container { display: block; margin: 30px -80px 50px; } .image-container img { max-width: 100%; }