.pad-footer{
    padding: 100px 0;
}

.col-25-footer{
    width: 25%;
    float: left;
    padding: 10px 15px;
}

.img-logo-footer{
    width: 40%;
    margin-bottom: 40px;
}

.menu-footer{
    margin-bottom: 40px;
    font-weight: 600;
}

.pad-copyright{
    margin-top: 50px;
    padding: 20px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.148)
}

@media screen and (max-width:884px){
    .pad-copyright{
        margin-top: 0px;
        padding: 20px 0;
        border-top: 2px solid rgba(255, 255, 255, 0.148)
    }
}
@media screen and (max-width:500px){
    .pad-footer{
        padding: 60px 0;
    }
    
    .col-25-footer{
        width: 100%;
        float: left;
        padding: 10px 15px;
    }
    
    .img-logo-footer{
        width: 40%;
        margin-bottom: 40px;
    }
    
    .menu-footer{
        margin-bottom: 40px;
        font-weight: 600;
    }
    
    .pad-copyright{
        margin-top: 20px;
        padding: 20px 0;
        border-top: 2px solid rgba(255, 255, 255, 0.148)
    }
}