.other-payment-card{border:2px solid var(--primary-blue,#1f3678);box-sizing:border-box;background-color:#fff;border-radius:20px;flex-direction:row;align-items:center;gap:32px;width:100%;padding:32px 40px;display:flex;box-shadow:0 10px 25px #1f36782e}.other-payment-card .other-payment-image{flex-shrink:0;justify-content:center;align-items:center;width:160px;display:flex}.other-payment-card .other-payment-image img{object-fit:contain;width:100%;height:auto}.other-payment-card .other-payment-content{flex-direction:column;flex:1;gap:14px;display:flex}.other-payment-card .other-payment-title{color:#111827;text-align:right;margin:0;font-size:22px;font-weight:700}.other-payment-card .other-payment-text{color:#374151;text-align:right;margin:0;font-size:15px;font-weight:400;line-height:1.6}@media (max-width:768px){.other-payment-card{flex-direction:column;gap:20px;padding:24px}.other-payment-card .other-payment-image{width:130px}.other-payment-card .other-payment-title{text-align:center;font-size:20px}.other-payment-card .other-payment-text{text-align:center;font-size:14.5px}}@media (max-width:360px){.other-payment-card{border-radius:14px;gap:14px;padding:16px;box-shadow:0 6px 18px #1f367824}.other-payment-card .other-payment-image{width:100px}.other-payment-card .other-payment-title{font-size:18px}.other-payment-card .other-payment-text{font-size:13.5px}}
