.smsocialfinal-bottom {
    margin-top:30px;
    text-align:center;
    font-family:'Montserrat', sans-serif;
}
.smsocialfinal-title {
    margin-bottom:10px;
    font-weight:normal;
    color:#214154;
    letter-spacing:1px;
}
.smsocialfinal-inner {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
}
.smsocialfinal-btn {
    background:#214154;
    padding:6px 16px;
    border-radius:20px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:normal;
    font-family:'Montserrat', sans-serif;
    transition:background 0.2s ease;
}
.smsocialfinal-btn:hover {
    background:#cccccc;
    color:#fff;
}
