.threePillarSection__card{background-color:#fff;border:1px solid rgba(10,35,66,.1);border-radius:10px;box-shadow:0 8px 20px 0 rgba(10,35,66,.02);padding:30px;transition:all .6s}.threePillarSection__cardInner{flex:1;gap:15px}.threePillarSection__separator{background-color:#3480f1;flex-shrink:0;height:2px;width:40px}.threePillarSection__icon{margin-top:auto}.threePillarSection__iconImg{display:block;height:42px;object-fit:contain;width:42px}.threePillarSection__shape{border-radius:50%;bottom:-34px;height:130px;pointer-events:none;position:absolute;right:0;width:122px}.threePillarSection__card:hover{transform:translateY(-20px)}.threePillarSection__card:hover svg path{animation:flareShape .6s ease-in-out forwards}@keyframes flareShape{0%{opacity:1}50%{fill:#b9137233;fill-opacity:1}to{fill:#b9137233;fill-opacity:.6}}@media (max-width:767px){.threePillarSection__card:hover{transform:translateY(0)}}