.institution-row{

background:#fff;

border-radius:15px;

overflow:hidden;

margin-bottom:35px;

transition:.35s;

box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.institution-row:hover{

transform:translateY(-6px);

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.institution-media{

position:relative;

padding:15px;

}

.institution-banner{

width:100%;

height:170px;

border-radius:12px;

object-fit:cover;

}

.institution-logo{

width:90px;

height:90px;

border-radius:50%;

background:#fff;

padding:5px;

position:absolute;

bottom:-25px;

left:40px;

object-fit:cover;

box-shadow:0 10px 30px rgba(0,0,0,.2);

}

.institution-row .row{

padding:20px;

}

.institution-row h3{

font-size:28px;

margin-top:15px;

color:#002347;

}

.featured{

background:#ef7a32;

color:#fff;

padding:4px 12px;

border-radius:30px;

font-size:13px;

margin-left:10px;

}

.verified{

background:#28a745;

color:#fff;

padding:5px 12px;

border-radius:30px;

font-size:13px;

margin-right:10px;

}

.institution-stat{

display:flex;

gap:40px;

margin-top:20px;

margin-bottom:20px;

font-weight:600;

}

.company{

background:#f8f9fa;

padding:12px;

border-radius:8px;

}

.primary-btn{

border-radius:30px;

padding:14px 30px;

}