.services__v3 .icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:56px;height:56px;border-radius:14px;background-color:rgba(var(--bs-primary-rgb),.07);transition:background-color .25s ease,transform .25s ease}.services__v3 .icon svg{width:28px;height:28px}.services__v3 .service-card{border:1px solid rgba(var(--inverse-color-rgb),.2);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.services__v3 .service-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(var(--bs-black-rgb),.08);border-color:rgba(var(--bs-primary-rgb),.25)}.services__v3 .service-card:hover .icon{background-color:rgba(var(--bs-primary-rgb),.14);transform:scale(1.08)}