*{box-sizing:border-box}body{margin:0}.container{display:flex;flex-wrap:wrap;flex-direction:row}.block{display:flex;align-items:center;justify-content:center;height:300px;width:100%;font-size:100px;font-family:Arial,Helvetica,sans-serif;color:#fff}.block--1{background-color:red}.block--2{background-color:#c00}.block--3{background-color:#900}.block--4{background-color:#600}.block--5{background-color:#300}.block--6{background-color:#000}@media (min-width:600px){.container{flex-direction:row}.block{flex-basis:50%}.block--4{order:1}.block--3{order:2}.block--5{order:3}.block--6{order:4}}@media (min-width:900px){.container{flex-direction:row}.block{flex-basis:33.33%}.block--4{order:6}.block--5{order:5}.block--6{order:4}}
/*# sourceMappingURL=style.e7831165.css.map */