.feature{position:relative;display:inline-block;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);border:3px solid #b3c7df;box-shadow:0 2px 5px rgba(0,0,0,.15);max-width:250px;margin:auto}.feature img{max-width:100%;height:auto;display:block;margin-bottom:2px}.feature-text{background:linear-gradient(120deg,#c7dbe6,#b3c7df 40%,#a7c7e7 70%,#e3ecf7);color:#23304a;text-shadow:0 2px 8px rgba(80,100,140,.1),0 1px 0 #fff;text-align:center;padding:20px 0;width:100%;font-weight:500}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:20px 20px 80px;justify-content:center;max-width:1200px;margin:0 auto}.feature:hover{opacity:.7;transform:scale(.99)}