
.phone-app-scroll__mobile-heading h2{
    font-family: 'MiSans' !important;
    font-weight: 600 !important;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
}
.phone-app-scroll__mobile-heading .description{
    font-family: 'MiSans' !important;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin-top: 10px;
}
.button-prev svg, .button-next svg{
    width: 18px;
    height: 18px;
}
@media screen and (min-width: 680px){
    .phone-app-scroll__mobile-heading{
        display: none;
    }
}
