.l-flex .l-container {
  display: flex;
  flex-wrap: wrap; }
  .l-flex .l-container > * {
    flex: 1 1 auto; }
    .l-flex .l-container > *:not(:last-child) {
      margin-bottom: 1rem; }
      @media screen and (min-width: 768px) {
        .l-flex .l-container > *:not(:last-child) {
          margin-bottom: 0; } }
