.value-section{

padding:90px 0;

background:#fff;

}

.value-section h2{

text-align:center;

margin-bottom:60px;

font-size:42px;

}

.value-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:28px;

}

.value-grid div{

padding:35px;

background:#f8fafc;

border-radius:18px;

transition:.3s;

}

.value-grid div:hover{

transform:translateY(-8px);

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.value-grid h3{

margin-bottom:18px;

color:#2563eb;

}

.value-grid p{

line-height:1.8;

color:#555;

}