.l-col-2 {
  min-width: 100%;
}
@media (min-width: 992px) {
  .l-col-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-col-2 .l-col-2__col {
    margin-bottom: 0%;
  }
  .l-col-2 .l-col-2__col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .l-col-2 .l-col-2__col:nth-last-child(2) {
    margin-bottom: 0;
  }
  .l-col-2 .l-col-2__col:nth-child(2n+1) {
    width: 50%;
  }
  .l-col-2 .l-col-2__col:nth-child(2n) {
    clear: left;
    width: 50%;
  }
}
.l-col-2--2-1 .l-col-2__col {
  margin-bottom: -33.3333333333%;
}
.l-col-2--2-1 .l-col-2__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .l-col-2--2-1 .l-col-2__col:nth-last-child(2) {
    margin-bottom: 0;
  }
  .l-col-2--2-1 .l-col-2__col:nth-child(2n+1) {
    width: 66.6666666667%;
  }
  .l-col-2--2-1 .l-col-2__col:nth-child(2n) {
    clear: left;
    width: 33.3333333333%;
  }
}
.l-col-2--1-2 .l-col-2__col {
  margin-bottom: 0%;
}
.l-col-2--1-2 .l-col-2__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .l-col-2--1-2 .l-col-2__col:nth-last-child(2) {
    margin-bottom: 0;
  }
  .l-col-2--1-2 .l-col-2__col:nth-child(2n+1) {
    width: 33.3333333333%;
  }
  .l-col-2--1-2 .l-col-2__col:nth-child(2n) {
    clear: left;
    width: 66.6666666667%;
  }
}
.l-col-2--1-3 .l-col-2__col {
  margin-bottom: 0%;
}
.l-col-2--1-3 .l-col-2__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .l-col-2--1-3 .l-col-2__col:nth-last-child(2) {
    margin-bottom: 0;
  }
  .l-col-2--1-3 .l-col-2__col:nth-child(2n+1) {
    width: 25%;
  }
  .l-col-2--1-3 .l-col-2__col:nth-child(2n) {
    clear: left;
    width: 75%;
  }
}
.l-col-2--gap-xs .l-col-2__col {
  margin-bottom: 2.5%;
}
.l-col-2--gap-xs .l-col-2__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .l-col-2--gap-xs .l-col-2__col:nth-last-child(2) {
    margin-bottom: 0;
  }
  .l-col-2--gap-xs .l-col-2__col:nth-child(2n+1) {
    width: 47.5%;
  }
  .l-col-2--gap-xs .l-col-2__col:nth-child(2n) {
    clear: left;
    width: 47.5%;
  }
}
.l-col-2--gap-sm .l-col-2__col {
  margin-bottom: 5%;
}
.l-col-2--gap-sm .l-col-2__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .l-col-2--gap-sm .l-col-2__col:nth-last-child(2) {
    margin-bottom: 0;
  }
  .l-col-2--gap-sm .l-col-2__col:nth-child(2n+1) {
    width: 45%;
  }
  .l-col-2--gap-sm .l-col-2__col:nth-child(2n) {
    clear: left;
    width: 45%;
  }
}
.l-col-2--gap-md .l-col-2__col {
  margin-bottom: 10%;
}
.l-col-2--gap-md .l-col-2__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .l-col-2--gap-md .l-col-2__col:nth-last-child(2) {
    margin-bottom: 0;
  }
  .l-col-2--gap-md .l-col-2__col:nth-child(2n+1) {
    width: 40%;
  }
  .l-col-2--gap-md .l-col-2__col:nth-child(2n) {
    clear: left;
    width: 40%;
  }
}
.l-col-2--gap-lg .l-col-2__col {
  margin-bottom: 15%;
}
.l-col-2--gap-lg .l-col-2__col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .l-col-2--gap-lg .l-col-2__col:nth-last-child(2) {
    margin-bottom: 0;
  }
  .l-col-2--gap-lg .l-col-2__col:nth-child(2n+1) {
    width: 35%;
  }
  .l-col-2--gap-lg .l-col-2__col:nth-child(2n) {
    clear: left;
    width: 35%;
  }
}
.l-col-2--top {
  align-items: flex-start;
}
.l-col-2--top .l-col-2 {
  display: flex;
  align-items: flex-start;
}
.l-col-2--middle {
  align-items: center;
}
.l-col-2--middle .l-col-2 {
  display: flex;
  align-items: center;
}
.l-col-2--bottom {
  align-items: flex-end;
}
.l-col-2--bottom .l-col-2 {
  display: flex;
  align-items: flex-end;
}
.l-col-2--right {
  justify-content: right;
}
@media (min-width: 992px) {
  .l-col-2--right .l-col-2__col:nth-child(2n) {
    margin-left: auto;
  }
}
.l-col-2--right .l-col-2 {
  display: flex;
  justify-content: flex-end;
}
.l-col-2--center {
  justify-content: center;
}
.l-col-2--center .l-col-2 {
  display: flex;
  justify-content: center;
}
.l-col-2--left {
  justify-content: left;
}
@media (min-width: 992px) {
  .l-col-2--left .l-col-2__col:nth-child(2n+1) {
    margin-right: auto;
  }
}
.l-col-2--left .l-col-2 {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .l-col-2--space-between .l-col-2__col:nth-child(1) {
    justify-content: flex-start;
  }
  .l-col-2--space-between .l-col-2__col:nth-child(2) {
    justify-content: flex-end;
  }
}
.l-col-2--reversed-order-on-mobile {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 576px) {
  .l-col-2--reversed-order-on-mobile {
    flex-direction: unset;
  }
}
