.custom-footer {
    background: #333;
    padding: 30px 10px;
    font-family: Helvetica;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}

.footer-container {
    max-width: 100%;
    width: 1170px;
    margin: 0 auto;
}

.footer-terms {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.footer-terms__link {
    color: #fff;
}