
.flex-row {flex-direction: row;}
.flex-wrap {flex-wrap: wrap;}
.d-flex{display: flex;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.justify-content-between {
    justify-content: space-between;
}
.t-text{
    /*margin-top: 1rem;*/
    margin-right: 0.25rem;
    margin-left: 0.5rem;
}
.t_details{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding: 0.5rem;
}
.mt-1, .my-1 {
    margin-top: 0.25rem;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.testimonials_wrap{
    background-color: #ffffff;
}
#testimonials{
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
    max-width: 1400px;
    background: #fff;
    display: block;
    margin: auto;
}
.testimonial {
    /*width: 50%;*/
}
.w_100{
    width: 100%!important;
}
.mt_1{
    margin-top: 1rem!important;
}
@media (min-width: 768px) {
    .testimonial {
        /*width: 32.5%;*/
    }
}
@media (min-width: 1023px) {
    .testimonial {
        /*width: 32.5%;*/
    }
    .t_col{width: 32.5%;}
}
@media (min-width: 1023px) {
    .testimonial--2 {
        width: 50%;
    }
}
.testimonial--3 {
    width: 100%;
}
@media (min-width: 768px) {
    .testimonial--3 {
        width: 50%;
    }
}
@media (min-width: 1023px) {
    .testimonial--3 {
        width: 33%;
    }
}
.testimonial__holder {
    border: 1px solid #a2a2a2;
    background: #f6f6f6;
    border-radius: 20px;
    padding: 0.5rem;
}
.testimonial__holder a:hover,
.testimonial__holder a:active,
.testimonial__holder a:visited{color: #000;}
.testimonial__avatar {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}
@media (max-width: 575.98px) {
    .testimonial__avatar {
        width: 50px;
        height: 50px;
    }
}
.testimonial__name {
    color: #2e3034;
    font-size: 16px;
    font-weight: 700;
}
.testimonial__review {
    line-height: 1.2;
    font-size: 14px;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}
.testimonial__date{font-size: 12px;color: #000;}