body{background-color:#f3f4f6}.infoContainer{display:flex;justify-content:center;align-items:center;height:80vh}.infoCards{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;max-width:1200px;margin:0 auto;padding:20px}.infoCard{background-color:#fff;border-radius:12px;margin:0;box-shadow:0 4px 6px #0000001a;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1 1 calc(33.333% - 40px);transition:transform .2s,box-shadow .2s}.infoCard:hover{transform:translateY(-5px);box-shadow:0 10px 15px #00000026}img.no-hover:hover{transform:none;scale:1}.infoCard img{max-width:100%;height:auto}.infoCard i{font-size:2.5rem;color:#cecece;margin-bottom:20px}.infoCard h2{font-size:1.1rem;margin-bottom:2rem;color:#111}.infoCard a{display:inline-block;padding:10px 20px;border:1px solid #cecece;border-radius:50px;color:#666;text-decoration:none;font-weight:600;text-transform:capitalize;font-size:14px;transition:all .2s}.infoCard a:hover{background-color:#2563eb;border-color:#2563eb;color:#fff}.infoCard:nth-child(1){flex-basis:calc(67% - 14px)}.infoCard:nth-child(2){flex-basis:calc(33.333% - 14px)}.infoCard:nth-child(n+3){flex-basis:calc(33.333% - 14px)}.infoCard:nth-child(6){flex-basis:100%;height:20vh}.payment-logo{width:130px;height:130px}.paymentCard{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin-top:1rem}.paymentsText{margin-top:2rem}@media(max-width:768px){.infoContainer{height:auto;padding-bottom:2rem;align-items:flex-start}.infoCards{padding:10px}.infoCard{padding:20px}.infoCard:nth-child(1),.infoCard:nth-child(2),.infoCard:nth-child(n+3){flex-basis:100%}.payment-logo{width:90px;height:90px}.paymentCard{justify-content:space-around}}
