.testimonials {
    position: relative;
    padding-top: 65px;
}

.testimonial-content {
    background-color: rgba(241,250,252,0.87);
}

.testimonial-wrap {
    padding: 55px 0 30px 0;
    position: relative;
}

.testimonial-wrap::before {
    content: '\e909';
    font-family: 'icomoon';
    position: absolute;
    color: #2DB4CB;
    font-size: 66px;
    line-height: 1em;
    left: 0;
    top: -36px;
}

.testimonial__cta {
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
}

.testimonial__cta:hover{
    color: #001830;
}

.testimonial__cta i {
    font-size: 12px;
    font-size: normal;
}

.testimonial__author {
    color: #003467;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}


.testimonial-wrap-container{
    padding: 55px 20px 30px 20px;
    position: relative;
    background-color: rgba(241,250,252,0.87);
    width: 100%;
    margin-bottom: 30px;
}

.testimonial-wrap-container::before {
    content: '\e909';
    font-family: 'icomoon';
    position: absolute;
    color: #2DB4CB;
    font-size: 50px;
    line-height: 1em;
    left: 20px;
    top: -20px;
}

.testimonial-wrap.slick-initialized .slick-slide {
    vertical-align: top;
}

@media (min-width: 768px) {
    .testimonials {
        padding-top: 101px;
        padding-bottom: 127px;
    }

    .testimonial-content {
        background-color: transparent;
    }
    
    .testimonial-wrap {
        background-color: rgba(241,250,252,0.87);
        width: 602px;
        margin: 0 auto;
        padding: 32px 38px 34px 26px;
    }

    .testimonial-wrap::before {
        font-size: 82px;
        top: -59px;
    }   

    .testimonial-wrap-container{        
        border: 1px solid #efefef;
        position: relative;
        background-color: rgba(241,250,252,0.87);
        width: 49%;        
        padding: 32px 38px 34px 26px;
        margin-bottom: 50px;
    }

    .testimonial-wrap-container::before {
        font-size: 66px;
        top: -39px;
        left: 20px;
    } 

    .testimonial p {
        font-size: 18px;
        line-height: 1.777em;
    }

    .testimonials__img {
        position: absolute;
        bottom: 0;
        height: 322px !important;
        object-position: right;
    }
    
}


@media (min-width: 1200px) {
    .testimonials {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .testimonials__img {
        height: 100% !important;
    }

    .testimonial-wrap {
        background-color: rgba(255,255,255,0.87);
        width: 759px;
        float: right;
        padding: 59px 62px 61px 62px;
    }

    .testimonial-wrap::before {
        top: -48px;
        left: 40px;
    }   

    .testimonial-wrap-container{
        width: 420px;
        border: 1px solid #efefef;        
        padding: 59px 30px 40px 30px;
        position: relative;
    }

    .testimonial-wrap-container::before {
        content: '\e909';
        font-family: 'icomoon';
        position: absolute;
        color: #2DB4CB;
        font-size: 82px;
        line-height: 1em;
        top: -48px;
        left: 20px;
    }
}