.tsg-testimonial-wrapper h3 {
    display: block;
    background: #6599CA;
    color: #fff;
    padding: 15px 30px 15px 20px;
    font-size: 36px;
    margin-bottom: 25px;
    border-radius: 0px 0px 30px 0px;
    -webkit-border-radius: 0px 0px 30px 0px;
}

.tsg-testimonial-wrapper .tsg-testimonial-quote p {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px !important
}

.tsg-testimonial-wrapper .tsg-testimonial {
    float: left;
    width: 100%;
}

.tsg-testimonial-wrapper .tsg-testimonial .tsg-testimonial-2 {
text-align: right;
}

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

    .tsg-testimonial-wrapper .tsg-testimonial .tsg-testimonial-2 {
        text-align: right;
        margin-top: 30px;
    }

    .tsg-testimonial-wrapper .tsg-testimonial .tsg-testimonial-2 img {
        max-width: 90%;
    }

}

@media screen and (min-width:992px) {
    .tsg-testimonial-wrapper h3 {
        display: inline-block;
        padding: 15px 30px 15px 7%;
    }

    .tsg-testimonial-wrapper .tsg-testimonial .tsg-testimonial-1 {
        float: left;
        width: 75%;
        padding-right: 25px;
        align-self: center;
    }

    .tsg-testimonial-wrapper .tsg-testimonial .tsg-testimonial-2 {
        float: left;
        width: 25%;
        text-align: right;
    }
    .tsg-testimonial-wrapper .tsg-testimonial {
        display: flex;
        display: -webkit-flex;
        display:-ms-flex;
    }
}
