.footer {
    background-color: #232323;
}

.footer__text {
    background: transparent;
    margin: 0 0;
    padding: 0;
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}

.footer__content {
    border-top: 1px solid #3C3A3A;
    background-color: #232323;
    padding: 25px 0;
}