.hr-review{
	padding-bottom: 190px;
}
.hr-testimonial-two-single {
    position: relative;
    display: block;
    background-color: var(--white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 59px 30px 22px;
    border-radius: 8px;
    border-top: 10px solid #b69d74;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}
.hr-testimonial-two-single:hover {
    transform: translateY(-10px);
    border-top: 10px solid #222222;
}
.hr-testimonial-two-quote {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #b69d74;
    margin-top: -59px;
    margin-bottom: 20px;
    margin-left: -30px;
    border-bottom-right-radius: 8px;
}
.hr-testimonial-two-quote span {
    position: relative;
    display: inline-block;
    font-size: 38px;
    line-height: 38px;
    color: #fff;
    top: -3px;
}
.hr-testimonial-two-img {
    position: absolute;
    top: -50px;
    right: 49px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    z-index: 1;
}
.hr-testimonial-two-img:before {
    background-color: #c1b79a;
    border-radius: 120px 120px 0 0;
    content: "";
    height: 50%;
    left: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.hr-testimonial-two-single:hover .hr-testimonial-two-img:before {
    background-color: #222222;
}
.hr-testimonial-two-img img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid #fff
}
.hr-testimonial-two-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    color: #888888;
    font-family: var(--font-01);
}
.hr-testimonial-two-single p{
	font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    color: #888888;
    font-family: var(--font-01);
}
.hr-testimonial-two-client-info {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-top: 22px;
}
.hr-testimonial-two-client-content {
    position: relative;
    display: block;
}
.hr-testimonial-two-client-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    color: #222222;
    font-family: var(--font-02);
}
.hr-testimonial-two-client-name a {
    color: #222222;
}
.hr-testimonial-two-rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.hr-testimonial-two-rating span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #b69d74;
}