footer{
    background: #0F0F11;
    padding: 25px 0px 15px 0px;
    width: 100%;
}

.copyright p{
    font-size: 14px;
}
.footer-container div ul li{
    line-height: 28px;
    font-size: 14px;
}

@media screen and (max-width:768px){
    .footer-container{
        flex-wrap: wrap;
    }
}