.startup-card{

    background: #f0f0f0;;

    border:1px solid #E8E8E8;

    border-radius:18px;

    padding:35px;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

}

.startup-card:hover{

    transform:translateY(-8px);

    border-color:#C97E19;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.startup-icon{

    width:75px;

    height:75px;

    background:#FFF6EA;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.startup-icon i{

    font-size:32px;

    color:#C97E19;

}

.startup-card h4{

    font-size:24px;

    font-weight:700;

    color:#222;

    margin-bottom:15px;

}

.startup-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

.why-box{

    background:#FFF8EF;

    border-left:4px solid #C97E19;

    border-radius:10px;

    padding:15px 18px;

    font-size:15px;

    color:#555;

    line-height:1.7;

}

.why-box strong{

    display:block;

    color:#222;

    margin-bottom:6px;

}