.btn-footer-social {
    background-color: #384348;
    color: #bbb;
    font-weight: 600;
    border: none;
    line-height: 22px;
    margin: 0 10px 10px 0;
    transition: all .4s ease;
    border-radius: 0;
}

.btn-footer-social:hover {
    background-color: #00a2e8;
    color: white !important;
}
.title-footer {
    font-size: 24px;
    color: #ffffff;
    margin: 25px 0px;
}