.footer {
    width: 100%;
    padding: 20px 0;
    background-color: #000000;
    margin-top: auto;
}
.footer__descr {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
    line-height: 1.7em;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}
.inner__foot {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.number__white::before {
    color: #ffffff;
    content: '\f095';;
    font-family: FontAwesome;
    margin-right: 10px;
}