.footer{
    height: 30px;
    background: #F7F4F2;
    padding: 40px 0;
}
.footer .container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer_text{
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 148.2%;
    text-align: right;
    color: rgba(51, 43, 41, 0.6);
    padding-right: 10px;
}
