/*========= CHECKOUT 1 ==========*/
.checkout1 {
  background-color: var(--bg-light-gray);
}
.checkout1 .checkout1-container .checkout1-row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .checkout1 .checkout1-container .checkout1-row {
    max-width: 1170px;
    flex-direction: row;
    margin: 0 auto;
  }
  .checkout1 .checkout1-container .checkout1-row .checkout1-left {
    width: 50%;
  }
  .checkout1 .checkout1-container .checkout1-row .checkout1-right {
    width: 50%;
  }
}

/*# sourceMappingURL=example1.css.map */
