.mobile_footer{
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    background: white;
}
.mobile_footer .footer_title{
    font-size: 14px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    color: #999794;
    line-height: 20px;
    padding: 20px 0;
}
.mobile_footer  .read_app{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #00457e;
    border-radius: 3px;
    font-size: 17.23px;
    font-family: HelveticaNeue, HelveticaNeue-Regular;
    font-weight: 400;
    color: #fefefe;
    margin-bottom: 30px;
    cursor: pointer;
}
