.solution-section {

    background:white;

}


.solution-card {

    background:#ffffff;

    padding:30px;

    border-radius:18px;

    border:1px solid #e5e7eb;

    transition:.3s;

}



.solution-card:hover {

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}



.solution-card h4 {

    margin-top:20px;

    font-weight:700;

}



.solution-card p {

    color:#64748b;

    line-height:1.6;

}



.solution-icon {

    width:60px;

    height:60px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:16px;

    background:#dbeafe;

    color:#2563eb;

    font-size:28px;

}