.testimonial {
    padding: 100px 0;
}

.testimonial h2 {
    font-family: UniversLTStd !important;
    font-size: 70px !important;
    font-weight: 900 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.02em;
    color: #0069aa;
    margin-bottom: 65px;
}

.testimonial .col-intro {
    max-width: 600px;
    margin: 0 auto 90px;
    text-align: center;
}


.testimonial .wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}

.testimonial .wrapper .col-two {
    max-width: 37%;
    display: inline-block;
    float: left;
    margin-right: 190px;
    margin-left: 93px;
}

.testimonial .wrapper .col-two:last-child {
    margin-right: 0;
    margin-left: 0;
}

.testimonial .wrapper .col-two p {
    font-size: 20px;
    font-weight: 300;
    font-family: Univers LT Std Home;
    text-align: left;
    position: relative;
    color: #383839;
    font-style: italic;
    letter-spacing: 0.03em;
    line-height: 1.8;
}

.testimonial .wrapper .col-two p:before {
    content: '';
    position: absolute;
    top: 0;
    left: -93px;
    width: 35px;
    height: 35px;
    background: url("/wp-content/themes/jupiter-child/img/rainmaker-p3/qoutes.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.testimonial .wrapper .col-two p:after {
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
    width: 2px;
    height: 100%;
   background: #40bdbc;;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial .wrapper .high-col-two {
        margin-right: 120px;
    }
}

@media (max-width: 991px) {
    .testimonial .wrapper .col-two {
        max-width: 37%;
        display: inline-block;
        float: left;
        margin-right: 90px;
        margin-left: 93px;
    }
}

@media (max-width: 595px) {
    .testimonial {
        padding: 100px 0 30px;
    }
    .testimonial .wrapper {
        display: block;
    }
    .testimonial .wrapper .col-two {
        margin-right: 0;
        margin-left: 45px;
        margin-bottom: 40px;
        max-width: 100%;
    }
    .testimonial .wrapper .col-two p:before {
        top: 0;
        left: -42px;
    }
    .testimonial .wrapper .col-two p:after {
        left: -28px;
        width: 2px;
        height: calc(100% - 40px);
        bottom: 0;
        top: 40px;
    }
    .testimonial h2 {
        font-size: 60px !important;
    }
    .testimonial .wrapper .col-two:last-child {
        margin-left: 45px;
    }
    .testimonial .wrapper .col-two p {
        padding-right: 5px;
    }
}










