.l-col-1 {
  min-width: 100%;
}
.l-col-1--gap-xs .l-col-1__col {
  margin-bottom: 1.6666666667%;
}
.l-col-1--gap-sm .l-col-1__col {
  margin-bottom: 3.3333333333%;
}
.l-col-1--gap-md .l-col-1__col {
  margin-bottom: 6.6666666667%;
}
.l-col-1--gap-lg .l-col-1__col {
  margin-bottom: 10%;
}
.l-col-1--right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
.l-col-1--center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.l-col-1--width-narrow {
  min-width: auto;
  max-width: 1030px;
  margin: 0 auto;
}
.l-col-1--columns-width-full .l-col-1__col {
  min-width: 100%;
}
