body.checkout form.woocommerce-checkout div.col-2 {
  padding: 10px 0 20px 0;
}

body.checkout div#special_handling_note {
  margin-top: 20px;
}

body.checkout div#checkout_agree_and_place_wrapper {
  background-color: #f5f5f5;
  padding: 20px 20px 0 20px;
  margin-top: 15px;
}

body.checkout div#special_financing_wrapper {
  padding: 20px 0 0 0;
  text-align: center;
}

body.checkout div#special_financing_wrapper p {
  margin-bottom: 0;
  font-weight: bold;
}

body.checkout div#checkout_agree_and_place_wrapper div.place-order {
  margin-top: 10px;
  background: none;
}

body.checkout .financing_link {
  text-align: center;
  margin-top: 15px;
}

body.checkout ul.wc_payment_methods label.nobefore::before {
  display: none !important;
}

@media(min-width: 768px) {
  body.checkout div#checkout_agree_and_place_wrapper {
    margin-top: 25px;
  }

  body.checkout .financing_link {
    margin-top: 25px;
  }
}

