@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px) {
    #story p span,
    #service-body p span,
    #service-body li span{
        font-size: 17px !important;
    }

    .page-title {
        padding-top: 77px;
        padding-bottom: 3px;
    }

    .faq-one.faq-one__faq-page h4{
        font-size: 15px;
    }

    #demoRequestModal {
        margin-top: 20px;
    }

}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
    #story p span,
    #service-body p span,
    #service-body li span{
        font-size: 17px !important;
    }

    .page-title {
        padding-top: 77px;
        padding-bottom: 3px;
    }

    .faq-one.faq-one__faq-page h4{
        font-size: 15px;
    }

    #demoRequestModal {
        margin-top: 20px;
    }
}
