Old Past Present Future
.light-grey-section.about { max-width: 720px; width: 100%; padding: 0 20px; text-align: center; margin: auto; } .horizontal-T { max-width: 580px; width: 100%; margin: auto; } .t-bar .grey-box { width: 150px; height: 150px; background: #949494; flex:1; } .t-bar .white-bar { background: #fff; padding: 30px; flex:2; text-align: center; } .horizontal-T .t-bar { display: flex; align-items: center; } .horizontal-T .t-bar:nth-child(even) { flex-direction: row-reverse; } .horizontal-T .t-bar:not(:last-child) { margin-bottom: 30px; } .make-unique h2 { text-align: center; } .static-collection { display: flex; flex-wrap: wrap; } .static-collection .product { width: 33.3333333%; height: 400px; padding: 0 30px; } .static-collection .product .placeholder{ width:100%; height:100%; background: #949494; }