/* 12 column grid layout
----------------------------------------------------------- */
.l__col {
  display: flex;
  justify-content: center; }
  .l__col > * {
    display: block; }

@media screen and (min-width: 415px) {
  .l__c1 {
    width: 80px; }

  .l__c2 {
    width: 160px; }

  .l__c3 {
    width: 240px; }

  .l__c4 {
    width: 320px; }

  .l__c5 {
    width: 400px; }

  .l__c6 {
    width: 480px; }

  .l__c7 {
    width: 560px; }

  .l__c8 {
    width: 640px; }

  .l__c9 {
    width: 720px; }

  .l__c10 {
    width: 800px; }

  .l__c11 {
    width: 880px; }

  .l__c12 {
    width: 960px; } }
.l__h-center {
  margin-left: auto;
  margin-right: auto; }

/* end */
