@media screen and (max-width: 750px){
    .context p{
        line-height: 28px !important;
        font-size: 16px !important;
        text-indent: 2em !important;
        color: rgb(51,51,51)!important;
    }
    .context p span{
        font-size: 16px !important;
        text-indent: 2em !important;
        color: rgb(51,51,51)!important;
    }
}


