footer{
    color: #fff;
    padding: 30px 0 40px;
    line-height: 18px;
    background-color: #031927;
}

footer a{
    color: #fff;
    display: inline-block;
    font-size: 13px;
}

footer a:hover{
    color: rgb(255, 102, 102);
}

footer h4{
    margin: 0;
    margin-bottom: 5px;
    font-size: 13px;
}

footer li{
    font-size: 13px;
    margin: 10px 0;

}

footer i{
    margin-right: 5px;
}

.footer-top{
    text-align: right;
    display: none;
}

.footer-company{
    display: flex;
    justify-content: space-between;
    height: 40px;
    color: #000;
    align-items: center;
}