@media screen and (min-width : 1000px) and (max-width : 1600px){

    #depoimentos .owl-single .item .texto.com-imagem .imagem{
        width : 34% !important;
    }

    #depoimentos .owl-single .item .content{
        width: 90% !important;
    }

    #depoimentos .owl-single .item .texto .depoimento{
        font-size: 17px !important;
    }

    #featurestrigger{
        -moz-transition: all 0.1s ease-in-out !important;
    }

}