.testCaroCont {
    padding: 50px 0;
    background: #f2f0ee;
}

.testCaroCont .headerCont {
    text-align: center;
}

.math-instruction .combinedSectionsCont .headerCont .headerTitle,
.testCaroCont .headerTitle {
    font-size: 30px;
    font-weight: 800;
    line-height: 33px;
    text-transform: none;
    text-align: center;
}

.testCaroCont p {
    font-family: "Nunito Sans", 'Avenir';
    font-size: 16px;
    line-height: 22px;
}

.testCaroCont .caroContOut .owl-dots {
    margin-top: 20px;
}

.testCaroCont .testCaroItem {
    padding: 50px;
}

.testCaroCont .testCaroItem .testimonialTextCont {
    margin-bottom: 20px;
}

.testCaroCont .testCaroItem .testimonialTextCont p, .testCaroCont .testCaroItem .testimonialTextCont strong {
    font-family: "Nunito Sans", 'Avenir';
    font-size: 18px;
    line-height: 22px;
}

.testCaroCont .testCaroItem .testimonialTextCont p {
    margin-bottom: 20px;
}

.testCaroCont .testCaroItem .author {
    text-align: center;
}

.testCaroCont .testCaroItem .author p {
    margin-bottom: 0;
}

.testCaroCont .testCaroItem .author .authorName {
    font-weight: 800;
}

.testCaroInner {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(146, 146, 148, 0.25);
    padding: 50px;
    border-radius: 2px;
    text-align: center;
    overflow: visible;
}

.testCaroInner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-image: url('/themes/mathnasium/assets/images/grey_quote_right.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(10%, -35%);
    z-index: 1;
}

.testCaroInner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-image: url('/themes/mathnasium/assets/images/grey_quote_left.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-10%, 40%);
    z-index: 1;
}

@media (min-width: 992px) {
    .math-instruction .combinedSectionsCont .headerCont .headerTitle,
    .testCaroCont .headerTitle {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    .testCaroCont .testCaroItem .testimonialTextCont p, .testCaroCont .testCaroItem .testimonialTextCont strong {
        font-size: 24px;
        line-height: 29px;
    }

    .testCaroCont p {
        font-size: 19px;
        line-height: 29px;
    }
}

/* math-instruction page */
.math-instruction .combinedSectionsCont {
    padding-top: 50px;
}

.math-instruction .testCaroCont {
    background: unset;
    padding-bottom:0;
}

.math-instruction .testCaroCont .headerCont {
    display: none;
}

.math-instruction .testCaroCont .testCaroItem .testimonialTextCont {
    margin-top: 20px;
}

.math-instruction .testCaroCont .testCaroItem .testimonialStars i {
    font-size: 18px;
}

.math-instruction .testCaroCont .testCaroItem {
    padding: 0;
}

.math-instruction .testCaroCont .testCaroItem .testCaroInner {
    background: #f2f0ee;
}

.math-instruction .testCaroInner::before,
.math-instruction .testCaroInner::after{
    display: none;
}
@media (max-width:576px) {
    .math-instruction .combinedSectionsCont .percentile003 {padding-bottom:0}
    .math-instruction .combinedSectionsCont .percentile003 .percentileItemCont > .barLabel {width:33%;margin-top:-5px}
    .math-instruction .combinedSectionsCont .percentile003 .barContainer {width:66%}
}
