.testimonialBlock {
    display: flex;
    width: 100%;
    background: var(--color-white);
    padding: 15px 25px 15px 15px;
    height: 100%;
}

.testimonialBlock .testimonialBlock__image {
    margin-right: 20px;
}

.testimonialBlock .testimonialBlock__info {

}

.testimonialBlock .testimonialBlock__info .testimonialBlock__infoTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}

.testimonialBlock .testimonialBlock__info .testimonialBlock__name {
    color: #29292B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.testimonialBlock .testimonialBlock__rating {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.testimonialBlock .testimonialBlock__text {
    color: #29292B;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}

@media (max-width: 480px) {

}