.reviews-page {
    margin-top: 40px;
    margin-bottom: 85px;
}
.reviews-block {
    line-height: 120%;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.reviews-block .review {
	text-align: right;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #D0D0D0;
}
.reviews-block .review .review-info {
	text-align: left;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.reviews-block .review .review-info {
    margin-bottom: 20px;
}
.reviews-block .review .review-info .review-user .review-user-name {
    margin-bottom: 6px;
    line-height: 115%;
    color: #263F29;
    font-size: 18px;
    font-weight: 600;
}
.reviews-block .review .review-info .review-user .review-user-job {
    margin-bottom: 0;
    color: #666666;
    font-size: 15px;
}
.reviews-block .review .review-info .review-date {
    color: #9B9B9B;
}
.reviews-block .review .review-text {
    font-size: 16px;
    line-height: 150%;
    color: #333;
	text-align: left;
	margin-bottom: 20px;
}
.achievements-block {
    border: 2px solid #EFEDEA;
    padding: 45px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
}
.achievements-block p {
    color: #263F29;
    font-size: 48px;
    font-weight: 500;
    line-height: 115%;
    margin: 0;
}
.achievements-block p span {
    line-height: 120%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-top: 8px;
}
@media (max-width: 500px) {
    .review-forms .title {
        font-size: 25px !important;
    }
}
@media (min-width: 992px) {
    .padd_right_middle {
        padding-right: 60px !important;
    }
    .show-more-container {
        margin-bottom: 35px;
    }
}
@media (max-width: 992px) {
    .show-more-container {
        margin-bottom: 35px;
    }
}