.affiliation-section{
    padding:80px 0;
    background:#ffffff;
}

.affiliation-heading{
    text-align:center;
    margin-bottom:60px;
}

.affiliation-heading span{
    display:inline-block;
    color:#0b8b72;
    font-weight:700;
    letter-spacing:2px;
    font-size:13px;
    margin-bottom:12px;
}

.affiliation-heading h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin:10px 0 20px;
}

.affiliation-heading p{
    max-width:720px;
    margin:auto;
    color:#666;
    line-height:30px;
    font-size:17px;
}

.affiliation-card{
    background:#fff;
    border-radius:18px;
    padding:45px 30px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
    margin-bottom:30px;
    height:100%;
    border:1px solid #f2f2f2;
}

.affiliation-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.affiliation-logo{
    height:170px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
}

.affiliation-logo img{
    max-height:150px;
    max-width:220px;
    width:auto;
}

.affiliation-card h3{
    font-size:26px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}

.affiliation-card p{
    color:#666;
    line-height:28px;
    font-size:16px;
}

@media(max-width:991px){

.affiliation-heading h2{
    font-size:34px;
}

.affiliation-card{
    margin-bottom:25px;
}

}

@media(max-width:767px){

.affiliation-section{
    padding:60px 0;
}

.affiliation-heading h2{
    font-size:30px;
}

.affiliation-logo{
    height:140px;
}

.affiliation-logo img{
    max-height:120px;
}

}