.short-cards-section{padding:clamp(40px,6vw,94px) clamp(20px,5vw,74px)}.industries-wrapper{display:flex;flex-direction:column;gap:60px}.industries-title{color:#fff;font-size:clamp(18px,2.5vw,3rem);font-weight:800;line-height:1.3;min-height:50px;text-align:center}.industries-cards-short{display:flex;gap:24px;margin:0 auto;max-width:1200px;perspective:1200px}.industries-card-short{align-items:center;background:#fbfeff;border:1px solid #eff2f4;border-radius:10px;box-shadow:0 11px 20px 0 rgba(19,25,28,.15);display:flex;flex-direction:column;gap:36px;overflow:hidden;padding:22px 24px;position:relative;transform-style:preserve-3d;width:220px}.industries-card-short:before{background:rgba(249,212,82,.15);border-radius:50%;content:"";height:165px;position:absolute;right:-80%;top:-50%;transform:translate(-50%);transform:translate(-50%) scale(1);transition:transform .55s cubic-bezier(.22,1,.36,1),background .55s ease;width:165px}.industries-card-short:hover:before{transform:translate(-50%) scale(9)}.industries-card-title{color:rgba(55,70,79,.7);font-size:clamp(14px,1.4vw,20px);font-weight:500;line-height:24px;text-align:center}.industries-card-icon{height:64px;width:64px}.industries-card-icon img{height:100%;width:100%}.industries-cards-short{flex-wrap:wrap;justify-content:center}@media (max-width:480px){.industries-title{min-height:70px}}