﻿
.testimonial-company {
    text-align: center;
    background-color: #e6e6e6;
}


.testimonial-content {
    font-weight: 200;
}


/* -------------------------  */
/* Quotation Mark Character   */
/* -------------------------  */
q {
    quotes: "“" "”" "‘" "’" !important;
}
q:before {
    content: open-quote !important;
}
q:after {
    content: close-quote !important;
}

/* ********************************************************  */
/* Media Tag Additions Colors */
/* ********************************************************  */

/* X SMALL */
@media (max-width: 575px) {
    .testimonial-company {
        padding: 20px;
        border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
    }

    .testimonial-content {
        font-size: 16px;
        padding: 20px !important;
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-top-right-radius: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

/* SMALL */
@media only screen and (min-width: 576px) {
    .testimonial-company {
        padding: 20px;
        border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
    }

    .testimonial-content {
        font-size: 16px;
        padding: 20px !important;
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-top-right-radius: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}


/* MEDIUM */
@media only screen and (min-width: 768px) {
    .testimonial-company {
        padding: 40px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0;
    }

    .testimonial-content {
        font-size: 16px;
        padding: 40px !important;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 0;
    }
}

/* LARGE */
@media only screen and (min-width: 992px) {
    .testimonial-company {
        padding: 40px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0;
    }

    .testimonial-content {
        font-size: 16px;
        padding: 40px !important;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 0;
    }
}



/* X-LARGE */
@media only screen and (min-width: 1200px) {
    .testimonial-company {
        padding: 40px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0;
    }

    .testimonial-content {
        font-size: 16px;
        padding: 40px !important;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 0;
    }
}






