@media all and (max-width:340px) {
    .title {
        font-size: 1.35em;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        letter-spacing: -1.44px;
    }
    .common_li {
        font-size: 15px;
        margin-bottom: 0.25rem;
        line-height: 1.5rem;
    }
    .stabImg{
        width: 50%;
        text-align: center;
        margin: auto;
    }
    .voice_wrapper{
        bottom: 0px !important;
    }
    .PTSD_btn {
        height: 1.5em;
        margin-top: 0.5em !important;
        line-height: 1em !important;
    }
    .stabilize_icon {
        top: 0.9em;
    }
    .next_btn {
        top: 1.2em;
    }
    .bx-wrapper .bx-pager {
        position: absolute;
        bottom: 2%;
        padding: 0;
    }
}

@media (min-width:340px) and (max-width:375px) {
    .title {
        font-size: 1.35em;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        letter-spacing: -1.44px;
    }
    .common_li {
        font-size: 15px;
        margin-bottom: 0.25rem;
        line-height: 1.5rem;
    }
    .stabImg{
        width: 85%;
        text-align: center;
        margin: auto;
    }
    .voice_wrapper{
        bottom: 15px !important;
    }
    .PTSD_btn {
        height: 1.75em;
        line-height: 1.3!important;
        margin-top:0.7em !important;
    }
    .bx-wrapper .bx-pager{
        bottom: 3%;
        padding: 0;
    }
    .next_btn{
        top: 1.275em;
    }
    .stabilize_icon{
        top: 1em;
    }
}