.sng_page-template-sng-onetime-payments-template header.page-header {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.sng_page-template-sng-onetime-payments-template
  header.page-header
  h1.entry-title {
  font-family: "Rum Raisin", Sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
  color: #000000;
  margin-bottom: 35px;
}

.sng_page-template-sng-onetime-payments-template
  #content.type-sng-page
  .sng-page-content {
  padding: 0px;
  display: flex;
  gap: 40px;
  max-width: 1088px;
  margin: 0 auto 200px;
  z-index: 1;
  position: relative;
}

.sng_page-template-sng-onetime-payments-template
  #content.type-sng-page
  .sng-page-content
  > div {
  width: 50%;
}

.sng_page-template-sng-onetime-payments-template
  #content.type-sng-page
  .sng-page-content
  > div:first-child
  p {
  line-height: 28px;
}

#sng_onetime_payments_form {
  width: 100% !important;
  position: relative;
  z-index: 1;
  padding: 60px 40px 20px !important;
  border-radius: 10px;
  max-width: 100% !important;
  background: #e8ecef;
}

#sng_onetime_payments_form {
  max-width: 544px !important;
}

.sng-form-group label,
.sng-dog-fields-wrapper label {
  padding-bottom: 5px;
}

.sng_pay_different_invoice {
  font-size: 15px;
  line-height: 19px;
  display: block;
  color: #000000;
}

form#sng_onetime_payments_form input[type="number"] {
  max-width: 100%;
}

.sng-invoice-thank-you {
  max-width: 544px !important;
  margin: 0px !important;
  background: #e8ecef;
  padding: 60px 40px 20px !important;
  border-radius: 10px;
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .sng_page-template-sng-onetime-payments-template
    #content.type-sng-page
    .sng-page-content
    > div {
    width: 100%;
  }

  .sng_page-template-sng-onetime-payments-template
    #content.type-sng-page
    .sng-page-content {
    padding: 0px 10px 40px;
    margin-bottom: 60px;
    gap: 20px;
    flex-direction: column;
  }

  .sng_page-template-sng-onetime-payments-template header.page-header {
    margin-top: 120px;
    padding: 0px 10px;
  }

  .sng_page-template-sng-onetime-payments-template
    header.page-header
    h1.entry-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0px;
  }

  #sng_onetime_payments_form,
  .sng-invoice-thank-you {
    margin-top: 0px !important;
    padding: 30px 20px !important;
  }
}
