
						.wire_checkout_detail .border-bottom,
.wire_checkout_detail .border-top { border-color: var(--color-gray-lighter) !important; }

.wire_checkout_detail h1 span {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.13px; }

@media only screen and (min-width: 1200px) {
    .wire_checkout_detail h1 span {
        font-size: 24px;
    }
}

.wire_checkout_detail .btn-banking {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    width: 100%;
    border-radius: 28px;
}

.wire_checkout_detail .btn-banking img {
    max-width: 90% !important;
    height: auto;
}

.wire_checkout_detail .btn-chase {
    background: #0A6DFC;
}

.wire_checkout_detail .btn-bofa {
    background: #E3E3E3;
}

.wire_checkout_detail .btn-wellsfargo {
    background: #B31E30;
}

.wire_checkout_detail .btn-citi {
    background: #004585;
}

.wire_checkout_detail .btn-usaa {
    background-color: #012F5A;
}

.wire_checkout_detail .btn-regions {
    background-color: #409629;
}

.wire_checkout_detail .btn-pnc {
    background-color: #384D58;
}

.wire_checkout_detail .btn-td {
    background-color: #007F00;
}
						
