footer {
    background: #a6a6a6;
    padding-top: 20px;
}

.container-footer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.content-footer,h3 p {
    color: #0f2f76;
    font-size: 20px;
}

.list li a {
    text-decoration: none;
    font-size: 18px;
    color: #0f2f76;
    line-height: 2rem;
}

.list,
li {
    list-style: none;
}

.buttom-bar {
    background: #d9d9d9;
    text-align: center;
    padding: 10px 0;
}

@media(max-width: 1170px) {
    .container-footer {
        width: 50%;
    }
}

@media(max-width: 457px) {
    .container-footer {
        width: 100%;
    }
}