.container-footer {
    background-color: black;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-item {
    margin-bottom: 5px;
}

.hr-footer {
    height: 1px;
    width: 100%;
    background-color: white;
}

.hr-footer-container {
    padding-top: 50px;
    margin-bottom: 50px;
}