
@media only screen and (max-width: 1130px){

    .random-testimonial-icon{
        height: 300px;
    }

}


@media only screen and (max-width: 750px){

    .testimonial-wrapper{
        transform: translateY(0);
        margin-top: 0px;
    }

}