@media (max-width: 760px) {
#sb_invoice_payment_systems_container,
.invoice-pay-page-grid_item.right-block .right-block--section-pd { 
    display: flex; 
        flex-direction: column-reverse!important; 
}}
@media (min-width: 1024px) {
#sb_invoice_payment_systems_container { 
    display: flex; 
    flex-direction: row-reverse!important;
    justify-content: flex-end!important;
}}
#main-buttons .wrapper .inner .company-name.company-logo-and-name, #main-buttons .wrapper .inner .company-name.company-name-only{
    opacity: 1; 
    text-align: center;
    letter-spacing: -1px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #000000;
    text-transform: uppercase;
    border: 0 #000;
    border-radius: 0;
    outline: 3px #ecc3ac;
    width: 100%;
    height: auto;
    font-family: Public Sans, sans-serif!important;
    font-size: 4vw;
    font-weight: 900; 
}
body {
   font-family: Public Sans, sans-serif; 
}
.subscribe-component .btn-primary a, #main #main-buttons .btn.book a{
    background-color: #f9e2d4; 
    box-shadow: 0 0 6px #0003;
    color: #2e2b2b;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
#sb-timeline #steps #steps-content #sb_booking_content .item{
        width: 50%;
}
@media (max-width: 760px) {
#sb_invoice_payment_systems_container { 
    display: flex; 
        flex-direction: column-reverse!important;
    align-content: center!important;

}}
@media (min-width: 1024px) {
#sb_invoice_payment_systems_container { 
    display: flex; 
    flex-direction: row-reverse!important;
    justify-content: flex-end!important;
}}