.payment-cards{width:100%;padding:0;margin:30px auto 0;display:flex;justify-content:space-between;gap:40px;height:200px;position:relative;box-sizing:border-box}.payment-cards .image-1-wrap,.payment-cards .image-2{flex:1 1 0;min-width:0;width:100%}.payment-cards .image-1-wrap{display:flex;align-items:stretch;overflow:hidden;width:100%}.payment-cards .image-1-wrap .image-1{display:block;width:100%;height:200px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.payment-cards .image-2{display:block;width:100%;cursor:pointer}.payment-cards .image-2 img{display:block;width:100%;height:200px;-o-object-fit:contain;object-fit:contain}.payment-cards .mobile-add{display:none;width:100%}.payment-cards .mobile-add img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1250px){.payment-cards{gap:25px}}@media screen and (max-width:768px){.payment-cards{display:block}.payment-cards .image-1-wrap,.payment-cards .image-2{display:none}.payment-cards .mobile-add{display:block;width:100%}}