.mobile-client-style {
    padding-bottom: 34px
}

.after-bg {
    bottom: 34px !important
}

.after-bg::after {
    content: '';
    display: block;
    height: 34px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -34px
}