@media screen and (min-width: 768px) {
  #checkout-buttons {
    margin-top: 10px;
  }
  
  #checkout-buttons .btn:not(:last-child) {
    margin-right: 15px;
  }
}