

.bg-black {
    background-color: #000;
}

.footer{
    width: 100%;
}
.img-footer{
    width: 50px;
}
.footer-content{
    padding: 40px;
}
.padding {
    padding: 40px;
}
.underline{
    text-decoration:underline;
}
.links{
    margin-bottom: 20px;
}
.links a{
    text-decoration: none;
    color: white;
}
.Social i{
    text-decoration: none;
    color: white;
}
.mail{
    color: white;
}
.tel{
    text-decoration: none;
    color: white;
}



@media screen and (max-width: 768px) {
    .img-footer {
            width: 30px;
        }
    
        .footer-content {
            padding: 10px;
        }
    
        .padding {
            padding: 10px;
        }
        .center{
            text-align: center;
        }
        
}