.footer {
    flex: none;
    height: 148px;
    background-color: #252D34;
    overflow: hidden;
}
.footer__top {
    font-family: PingFangSC-Light;
    letter-spacing: 0;
    line-height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 832px;
    margin: 30px auto;
    color: #fff;
    font-size: 12px;
}
.footer__bottom {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    text-align: center;
}