.testimonials-clean {
    color: #313437;
    background-color: #eef4f7;
}

    .testimonials-clean p {
        color: #7d8285;
    }

    .testimonials-clean h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: inherit;
    }

@media (max-width:767px) {
    .testimonials-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.testimonials-clean .t-intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

    .testimonials-clean .t-intro p {
        margin-bottom: 0;
    }

.testimonials-clean .t-people {
    padding: 50px 0 20px;
}

@media (min-width:768px) {
    .testimonials-clean .t-item {
        min-height: 220px;
    }
}

.testimonials-clean .t-item .t-box {
    padding: 30px;
    background-color: #fff;
    position: relative;
}

    .testimonials-clean .t-item .t-box:after {
        content: '';
        position: absolute;
        left: 30px;
        bottom: -24px;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-width: 12px 15px;
        border-top-color: #fff;
    }

.testimonials-clean .t-item .t-author {
    margin-top: 28px;
    padding-left: 25px;
}

.testimonials-clean .t-item .t-name {
    font-weight: bold;
    margin-bottom: 2px;
    color: inherit;
}

.testimonials-clean .t-item .t-title {
    font-size: 13px;
    color: #9da9ae;
}

.testimonials-clean .t-item .t-description {
    font-size: 15px;
    margin-bottom: 0;
}

/* Not needed because MudBlazor already cover these.

.testimonials-clean .t-item {
    margin: 20px;
}

.testimonials-clean .t-item img {
  max-width: 40px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}
*/
