.testimonial-wrapper {
    width: 90%;
    margin: auto;
    background: #fff;
    padding: 10px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.testimonial-image {
    width: 100%;
}

.testimonial-content-container {
    background: #797979;
    padding: 10px 10px 50px 10px;
    position: relative;
}

.name {
    font-size: 20px;
}

.location {
    font-size: 16px;
    padding-left: 10px;
}

.testimonial-content {
    margin-top: 10px;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

.testimonial-content-container .btn {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 175px;
    padding: 7px 0px;
    font-size: 17px;
}



@media (min-width: 768px) {
    .testimonials-container {
        font-size: 0;
    }

    .testimonial-wrapper {
        width: 100%;
        display: flex;
    }

    .testimonial-col.one {
        margin-right: 15px;
        display: flex;
        flex-basis: 325px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .testimonial-image {
        width: 100%;
        height: 100%;
    }

    .testimonial-col.two {
        display: flex;
        flex-grow: 1;
    }

    .testimonial-content-container {
        display: flex;
        flex-grow: 1;
    }
}

@media (min-width: 1024px) {
    .testimonial-col.one {
        width: 380px;
    }

    .testimonial-content {
        font-size: 17px;
    }

    .name {
        font-size: 23px;
    }

    .location {
        font-size: 17px;
    }

    .testimonial-content-container .btn {
        width: 220px;
        font-size: 22px;
    }

    .testimonials-container {
        max-width: 1200px;
        margin: auto;
    }
}
