.centered-heading{margin-inline:auto;text-align:center}
.centered-heading p{margin-inline:auto}
.feature-icon{display:grid;place-items:center;width:76px;height:76px;border-radius:20px;background:linear-gradient(145deg,#e8f2ff,#f5f9ff);color:var(--blue);transition:.25s}
.feature-icon svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.feature-card:hover .feature-icon{color:#fff;background:linear-gradient(145deg,var(--blue),var(--blue2));transform:scale(1.08) rotate(-2deg)}
.feature-card .feature-icon+h3{margin-top:30px}
