.reviews-section .reviews-header .reviews-summ .reviews-count {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #98D901;
}

.reviews-section .reviews-header .reviews-actions {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #373737;
}

.reviews-section .reviews-header .reviews-actions select {
    border: 0;
    margin-left: 40px;
    color: #727272;
}

.reviews-section .reviews-list {
    padding: 30px 0;
}

.reviews-section .review-item {
    border-top: 1px solid #98D901;
    padding: 25px 0;
}

.reviews-section .review-item h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 6px;
    color: #727272;
}

.reviews-section .review-item .reviewer-name-photo {
    margin-top: 12px;
    align-items: center;
}

.reviews-section .review-item .reviewer-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-left: 26px;
    color: #000000;
}

.reviews-section .review-item .reviewer-photo {
    width: 63px;
    height: 63px;
    border-right: 100px;
    overflow: hidden;
    flex: none;
}

.reviews-section .review-item .reviewer-photo img {
    object-fit: cover;
}

.reviews-section .review-item ul {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
}

.reviews-section .review-item ul li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #858585;
    margin: 12px 0;
    display: flex;
}

.reviews-section .review-item ul li span {
    margin-top: 4px;
}

.reviewer-data-icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 10px;
    flex: none;
}

.reviews-section .review-item .project-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
}

.reviews-section .review-item .project-type {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(114, 114, 114, 1);
    margin-top: 3px;
}

.reviews-section .review-item .project-data {
    margin: 16px 0 21px;
}

.reviews-section .review-item .project-feedback {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #858585;
}

.reviews-section .review-item .full-review a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #98D901;
    margin-top: 10px;
}

.reviews-section .review-item .review-rating {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews-section .review-item .rating-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.reviews-section .review-item .rating-text span {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
    color: #858585;
}

.reviews-section .review-item .rating-list {
    margin-top: 48px;
}

.reviews-section .review-item .rating-list .rating-item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    margin: 4px 0;
}

.reviews-section .review-item .rating-list .rating-item .rating-item-value {
    line-height: 19px;
    color: #373737;
}

.reviews-section .review-item .review-item-more h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #727272;
    margin: 20px 0 9px;
}

.reviews-section .review-item .review-item-more h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #727272;
    margin: 0 0 9px;
}

.reviews-section .review-item .review-item-more p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 9px;
    color: #858585;
}