
.why-section{
  padding:70px 20px;
  background:#ffffff;
  text-align:center;
  font-family:Arial;
}

.why-title{
  font-size:32px;
  font-weight:700;
  margin-bottom:40px;
}

.why-grid{
  display:flex;
  flex-wrap:wrap;
  gap:25px;
  justify-content:center;
}

.why-card{
  flex:1;
  min-width:220px;
  max-width:260px;
  padding:25px;
  border-radius:12px;
  background:#f9fafc;
  box-shadow:0 6px 20px rgba(0,0,0,0.05);
  transition:0.3s;
}

.why-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 30px rgba(0,0,0,0.12);
}

.why-icon{
  font-size:30px;
  margin-bottom:10px;
}

.why-card-title{
  font-size:16px;
  font-weight:700;
  margin-bottom:8px;
}

.why-card-text{
  font-size:14px;
  color:#555;
}
