.services-card{background:#fff;border-radius:12px;box-shadow:0 4px 32px -9px rgba(0,0,0,.17);color:#1b2638;gap:16px;padding:24px;position:relative;transition:box-shadow .1s ease-in-out;will-change:box-shadow;z-index:1;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;width:calc((100% - var(--gap)*(var(--cols, 4) - 1))/var(--cols, 4))}.services-card:hover{box-shadow:0 4px 24px -9px rgba(0,0,0,.1)}.services-card.--highlight:before{border:3px solid #3f8cfe;border-radius:inherit;content:"";display:block;inset:0;position:absolute;transition:transform .1s ease-in-out,border-color .1s ease-in-out;z-index:-1}.services-card.--highlight:hover:before{border-color:#1167f4;transform:scale(1.02)}.services-card-wrapper{display:flex;flex-direction:row;align-items:stretch;justify-content:stretch;flex-wrap:wrap;--cols: 1;--gap: 16px;gap:var(--gap)}.services-card__start{gap:5px;display:flex;flex-direction:column}.services-card__icon{--s: 40px;flex:0 0 auto;height:var(--s);width:var(--s);display:flex;flex-direction:row;align-items:center;justify-content:center}.services-card__icon svg{display:block;fill:#38d87a;max-height:90%;max-width:90%;transition:fill .1s ease-in-out}.services-card:hover .services-card__icon svg{fill:#3f8cfe}.services-card__title{font-size:24px;line-height:1.2;margin-bottom:0}.services-card__desc{flex:1 1 auto;font-size:14px;line-height:1.6}@media screen and (min-width: 427px){.services-card-wrapper{--cols: 2}}@media screen and (min-width: 767px){.services-card{gap:20px}.services-card-wrapper{--cols: 3}.services-card__start{gap:8px}}