.infoCard{height:fit-content;border-radius:20px;padding:clamp(10px,5%,20px);display:flex;align-items:center;justify-content:start;gap:12px}.USPCard{position:relative;height:256px;border-radius:16px;display:flex;align-items:end;justify-content:center;padding-bottom:24px}.USPCardText{font-weight:700;font-size:20px}.infoTextCard{display:flex;flex-direction:column;align-items:start;justify-content:center;font-weight:800}.infoTextCard :first-child{font-size:clamp(10px,3vw,13px)}.infoTextCard :not(:first-child){font-size:clamp(20px,3vw,28px)}.infoIcon{height:48px;width:auto;aspect-ratio:auto}.footerShape{height:clamp(200px,45dvw,360px);clip-path:polygon(0 0,100% 10%,100% 90%,0 100%);background:rgb(120,5,182);display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width:600px){.infoTextCard :first-child{min-height:2.5rem}}