@media screen and (max-width: 991px) {
    .price .item .order {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .price .item{
        height: auto;
    }
    .testimonials.bg-fixed {
        background-position: bottom;
    }
}