.speakers-item-gold{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.speakers-item-image-gold img{
    width:100%;
    height:320px;
    object-fit:cover;
}

.speakers-item-content-gold{
    padding:20px;
    text-align:center;
}

.speakers-item-content-gold h3{
    min-height:60px;
    font-size:22px;
    font-weight:700;
}

.speaker-designation{
    color:#c59d1a;
    font-weight:700;
    margin-bottom:5px;
}

.speaker-department{
    color:#475569;
    margin-bottom:5px;
}

.speaker-college{
    color:#64748b;
    min-height:60px;
}

.speaker-btn{
    display:inline-block;
    margin-top:15px;
    padding:10px 20px;
    background:#0f172a;
    color:white;
    text-decoration:none;
    border-radius:25px;
}
