.order-form {
  h2 {
    margin-bottom: 35px !important;
  }
}

.order-form-fulfillment-method {
  display: flex;
  gap: 50px;
}

.order-form-address {
  &.hide {
    display: none;
  }
}
